summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-13 19:57:09 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-13 19:57:09 +0100
commit22365122aa3a8e2a82c33767fb4f592da921b490 (patch)
tree4cf5bc987ff2822741566bf04f00e703f935c9ec /playlist.c
parent0cf3d99ae315123cfd194db8092c6693380397c4 (diff)
show/hide status bar and playlist column headers
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 6c73b900..773b9843 100644
--- a/playlist.c
+++ b/playlist.c
@@ -638,7 +638,7 @@ pl_insert_file (playItem_t *after, const char *fname, int *pabort, int (*cb)(pla
}
}
}
- fprintf (stderr, "no decoder found for %s\n", fname);
+ trace ("no decoder found for %s\n", fname);
return NULL;
}