Debug.
authorbarbieri <barbieri@gmail.com>
Thu, 14 Feb 2008 21:37:43 +0000 (21:37 +0000)
committerbarbieri <barbieri@gmail.com>
Thu, 14 Feb 2008 21:37:43 +0000 (21:37 +0000)
lightmediascanner/src/plugins/mp4/mp4.c

index d627bec..dcd5c46 100644 (file)
@@ -81,7 +81,7 @@ _parse(struct plugin *plugin, struct lms_context *ctxt, const struct lms_file_in
 
     mp4_fh = MP4Read(finfo->path, 0);
     if (mp4_fh == MP4_INVALID_FILE_HANDLE) {
-        fprintf(stderr, "ERROR: cannot read mp4 file\n");
+        fprintf(stderr, "ERROR: cannot read mp4 file %s\n", finfo->path);
         return -1;
     }