aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c1
1 files changed, 1 insertions, 0 deletions
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;
}