[totem] thumbnailer: Quiet when thumbnailing audio files



commit e5b0838937a3e3994dbebf210f6d52dc5b9b9f60
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Oct 5 14:11:30 2011 +0100

    thumbnailer: Quiet when thumbnailing audio files
    
    Too much verbosity when browsing audio otherwise.

 src/totem-video-thumbnailer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-video-thumbnailer.c b/src/totem-video-thumbnailer.c
index eb6a11f..4f9ff67 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) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]