[totem] thumbnailer: Add filenames to saving debug output



commit 62e3a8ca0864e387af5a92da90ea28e72e162805
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jul 24 01:21:17 2017 +0200

    thumbnailer: Add filenames to saving debug output

 src/totem-video-thumbnailer.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/totem-video-thumbnailer.c b/src/totem-video-thumbnailer.c
index 39d0089..fa80f99 100644
--- a/src/totem-video-thumbnailer.c
+++ b/src/totem-video-thumbnailer.c
@@ -257,7 +257,7 @@ check_cover_for_stream (ThumbApp   *app,
                return;
        }
 
-       PROGRESS_DEBUG("Saving cover image");
+       PROGRESS_DEBUG("Saving cover image to %s", app->output);
        thumb_app_cleanup (app);
        save_pixbuf (pixbuf, app->output, app->input, output_size, TRUE);
        g_object_unref (pixbuf);
@@ -1018,7 +1018,7 @@ int main (int argc, char *argv[])
                exit (1);
        }
 
-       PROGRESS_DEBUG("Saving captured screenshot");
+       PROGRESS_DEBUG("Saving captured screenshot to %s", output);
        save_pixbuf (pixbuf, output, input, output_size, FALSE);
        g_object_unref (pixbuf);
        PRINT_PROGRESS (100.0);


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