summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist.c b/playlist.c
index ed4293da..9d049dbe 100644
--- a/playlist.c
+++ b/playlist.c
@@ -442,7 +442,7 @@ pl_insert_pls (playItem_t *after, const char *fname, int *pabort, int (*cb)(play
}
if (sz < 30) {
vfs_fclose (fp);
- trace ("file %s is too small to be a playlist\n", fname);
+ trace ("file %s is too small to be a playlist (%d)\n", fname, sz);
return NULL;
}
vfs_rewind (fp);