summaryrefslogtreecommitdiff
path: root/src/totem-video-thumbnailer.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-01-23 19:30:22 +0000
committerBastien Nocera <hadess@hadess.net>2012-01-23 19:41:54 +0000
commit31ed4dc5a629f4e64dac4ae77a821d9511665b9b (patch)
treefd69e27f3ff745301a0c0cfa1e5892a5a9b23d70 /src/totem-video-thumbnailer.c
parent54847e615c8ab545888a93fa72db108c2afff9d4 (diff)
downloadtotem-31ed4dc5a629f4e64dac4ae77a821d9511665b9b.tar.gz
thumbnailer: Quiet down
Diffstat (limited to 'src/totem-video-thumbnailer.c')
-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 87d8330a7..3a4b232af 100644
--- a/src/totem-video-thumbnailer.c
+++ b/src/totem-video-thumbnailer.c
@@ -141,7 +141,7 @@ thumb_app_set_filename (ThumbApp *app)
uri = g_file_get_uri (file);
g_object_unref (file);
- g_message ("setting URI %s", uri);
+ PROGRESS_DEBUG("setting URI %s", uri);
g_object_set (app->play, "uri", uri, NULL);
g_free (uri);