From edcfbef90da5f3a6abf60559042d61d0f3d765d7 Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Thu, 8 Sep 2005 21:08:02 +0000 Subject: Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (from ticho) git-svn-id: https://svn.musicpd.org/mpd/trunk@3477 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/tag.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tag.c') diff --git a/src/tag.c b/src/tag.c index 2d74c5c81..d04b52abc 100644 --- a/src/tag.c +++ b/src/tag.c @@ -185,6 +185,7 @@ MpdTag * id3Dup(char * file) { id3_file = id3_file_open(file, ID3_FILE_MODE_READONLY); if(!id3_file) { + DEBUG("id3Dup: Failed to open file: '%s', %s\n",file, strerror(errno)); return NULL; } -- cgit v1.2.3