X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=lightmediascanner%2Fsrc%2Fplugins%2Fmp4%2Fmp4.c;h=dcd5c46620a6c0d995403248fb44d467349503e7;hb=0d4dac0d98a0341d87de1de35879baef97dd1c93;hp=d627beca78591c20e67a997d34886cf0be823457;hpb=25120fcec1bdddde0a4f1062fedbad0706a79553;p=lms diff --git a/lightmediascanner/src/plugins/mp4/mp4.c b/lightmediascanner/src/plugins/mp4/mp4.c index d627bec..dcd5c46 100644 --- a/lightmediascanner/src/plugins/mp4/mp4.c +++ b/lightmediascanner/src/plugins/mp4/mp4.c @@ -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; }