mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-27 17:18:11 -05:00
Merge pull request #67 from spk121/spk121
Fix debug message format string
This commit is contained in:
@@ -584,7 +584,7 @@ load_contents (const char *uri, GBytes **contents, GCancellable *cancellable, GE
|
||||
|
||||
ret = TRUE;
|
||||
|
||||
g_debug ("Received %ld bytes", g_bytes_get_size (*contents));
|
||||
g_debug ("Received %" G_GSIZE_FORMAT " bytes", g_bytes_get_size (*contents));
|
||||
|
||||
out:
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user