From 7c0af6a8dae61cd5f394b7490bdc3b1dec47eed4 Mon Sep 17 00:00:00 2001 From: waker Date: Tue, 4 Sep 2012 20:39:43 +0200 Subject: a bit more tracing --- playlist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'playlist.c') diff --git a/playlist.c b/playlist.c index c61aa271..4ada1132 100644 --- a/playlist.c +++ b/playlist.c @@ -1335,6 +1335,7 @@ plt_insert_file (playlist_t *playlist, playItem_t *after, const char *fname, int if (cb && cb (inserted, user_data) < 0) { *pabort = 1; } + trace ("file has been added by decoder: %s\n", decoders[i]->plugin.id); return inserted; } } -- cgit v1.2.3