[rhythmbox] podcast: more G_THING_FORMAT



commit 7a8e02beb184ad29b8d6812958fe398ffbf86872
Author: Jonathan Matthew <jonathan d14n org>
Date:   Tue Mar 30 14:40:19 2021 +1000

    podcast: more G_THING_FORMAT

 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 84849b665..d6fd6035a 100644
--- a/podcast/rb-podcast-manager.c
+++ b/podcast/rb-podcast-manager.c
@@ -2006,7 +2006,7 @@ download_task (GTask *task, gpointer source_object, gpointer task_data, GCancell
                        } else {
                                remote_size = soup_message_headers_get_content_length 
(download->request->response_headers);
                        }
-                       rb_debug ("remote file size %ld", remote_size);
+                       rb_debug ("remote file size %" G_GSSIZE_FORMAT, remote_size);
                        break;
                } else if (retry_on_error (error) == FALSE) {
                        rb_debug ("giving up after error from http request: %s", error->message);
@@ -2151,7 +2151,7 @@ download_task (GTask *task, gpointer source_object, gpointer task_data, GCancell
                                range_request = FALSE;
                                downloaded = 0;
                                remote_size = soup_message_headers_get_content_length 
(download->request->response_headers);
-                               rb_debug ("server didn't honour range request, starting again, total %ld", 
remote_size);
+                               rb_debug ("server didn't honour range request, starting again, total %" 
G_GSSIZE_FORMAT, remote_size);
                        }
                }
 


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