[totem] thumbnailer: Fix debug output
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] thumbnailer: Fix debug output
- Date: Fri, 22 Jun 2012 10:33:01 +0000 (UTC)
commit ae3e78b206ceb65e3d4820a9430bf04df4d79ec7
Author: Bastien Nocera <hadess hadess net>
Date: Thu Jun 21 11:46:31 2012 +0100
thumbnailer: Fix debug output
src/totem-video-thumbnailer.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-video-thumbnailer.c b/src/totem-video-thumbnailer.c
index 46daaac..16792d7 100644
--- a/src/totem-video-thumbnailer.c
+++ b/src/totem-video-thumbnailer.c
@@ -243,6 +243,7 @@ check_cover_for_stream (ThumbApp *app,
static void
thumb_app_check_for_cover (ThumbApp *app)
{
+ PROGRESS_DEBUG ("Checking whether file has cover");
check_cover_for_stream (app, "get-audio-tags");
check_cover_for_stream (app, "get-video-tags");
}
@@ -1055,7 +1056,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_debug ("totem-video-thumbnailer couldn't find a video track in '%s'\n", input);
+ PROGRESS_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]