summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-10-05 14:11:30 +0100
committerBastien Nocera <hadess@hadess.net>2011-10-05 14:11:30 +0100
commite5b0838937a3e3994dbebf210f6d52dc5b9b9f60 (patch)
tree55d804974c18d7ac25b742eeffd227517598fd28 /src
parentf5c5ba421ffd5539806c43b1009023c2a52c628d (diff)
downloadtotem-e5b0838937a3e3994dbebf210f6d52dc5b9b9f60.tar.gz
thumbnailer: Quiet when thumbnailing audio files
Too much verbosity when browsing audio otherwise.
Diffstat (limited to 'src')
-rw-r--r--src/totem-video-thumbnailer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-video-thumbnailer.c b/src/totem-video-thumbnailer.c
index eb6a11fca..4f9ff67f6 100644
--- a/src/totem-video-thumbnailer.c
+++ b/src/totem-video-thumbnailer.c
@@ -1055,7 +1055,7 @@ int main (int argc, char *argv[])
if (gallery == -1)
thumb_app_check_for_cover (&app);
if (thumb_app_get_has_video (&app) == FALSE) {
- g_print ("totem-video-thumbnailer couldn't find a video track in '%s'\n", input);
+ g_debug ("totem-video-thumbnailer couldn't find a video track in '%s'\n", input);
exit (1);
}
if (thumb_app_set_duration (&app) == FALSE) {