[rhythmbox] podcast: use G_THING_FORMAT appropriately



commit 080066fb3c2dbabc41292ca362c2c6204f46ffad
Author: Jonathan Matthew <jonathan d14n org>
Date:   Mon Mar 29 21:35:34 2021 +1000

    podcast: use G_THING_FORMAT appropriately

 podcast/rb-podcast-manager.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/podcast/rb-podcast-manager.c b/podcast/rb-podcast-manager.c
index c29c0cc8d..84849b665 100644
--- a/podcast/rb-podcast-manager.c
+++ b/podcast/rb-podcast-manager.c
@@ -2146,7 +2146,7 @@ download_task (GTask *task, gpointer source_object, gpointer task_data, GCancell
                                        continue;
                                }
                                remote_size = total;
-                               rb_debug ("resuming download at offset %ld, %ld bytes left", start, total);
+                               rb_debug ("resuming download at offset %" G_GOFFSET_FORMAT ", %" 
G_GOFFSET_FORMAT " bytes left", start, total);
                        } else {
                                range_request = FALSE;
                                downloaded = 0;
@@ -2229,7 +2229,7 @@ download_task (GTask *task, gpointer source_object, gpointer task_data, GCancell
                                rb_debug ("range request not supported, restarting");
                                downloaded = 0;
                        } else
-                               rb_debug ("haven't got the whole file yet, retrying at %ld", downloaded);
+                               rb_debug ("haven't got the whole file yet, retrying at %" G_GUINT64_FORMAT, 
downloaded);
                } else if (retry == FALSE) {
                        rb_debug ("not retrying");
                        break;


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