[gnome-photos] flickr: Fix the debug output



commit 8010a412c10f6cf56129145ce1324829f1d54bef
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue May 27 15:12:49 2014 +0200

    flickr: Fix the debug output
    
    Print the thumbnail URL in the debug output instead of the URL of the
    full image, because we are creating the the thumbnail here.

 src/photos-flickr-item.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-flickr-item.c b/src/photos-flickr-item.c
index 36bbc0c..019d680 100644
--- a/src/photos-flickr-item.c
+++ b/src/photos-flickr-item.c
@@ -189,7 +189,7 @@ photos_flickr_item_create_thumbnail (PhotosBaseItem *item, GCancellable *cancell
   local_dir = g_path_get_dirname (local_path);
   g_mkdir_with_parents (local_dir, 0700);
 
-  g_debug ("Downloading %s from Flickr to %s", uri, local_path);
+  g_debug ("Downloading %s from Flickr to %s", thumbnail_uri, local_path);
   if (!g_file_copy (remote_file,
                     local_file,
                     G_FILE_COPY_ALL_METADATA | G_FILE_COPY_OVERWRITE,


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