From 72c12ff7680e21929ea528ac304fcccdbd7a2664 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 20 Aug 2006 10:13:59 +0000 Subject: oggvorbis_plugin.c: update message to match changed function name I'm not using __FUNCTION__ or __func__ because compiler support for these is still a bit iffy as far as I know... git-svn-id: https://svn.musicpd.org/mpd/trunk@4662 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputPlugins/oggvorbis_plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/inputPlugins/oggvorbis_plugin.c b/src/inputPlugins/oggvorbis_plugin.c index 1bc7de2b3..a379acda0 100644 --- a/src/inputPlugins/oggvorbis_plugin.c +++ b/src/inputPlugins/oggvorbis_plugin.c @@ -383,8 +383,8 @@ static MpdTag *oggvorbis_TagDup(char *file) fp = fopen(file, "r"); if (!fp) { - DEBUG("oggTagDup: Failed to open file: '%s', %s\n", file, - strerror(errno)); + DEBUG("oggvorbis_TagDup: Failed to open file: '%s', %s\n", + file, strerror(errno)); return NULL; } if (ov_open(fp, &vf, NULL, 0) < 0) { -- cgit v1.2.3