1
0
Fork 0

Fix string format in startup notification to be a gint64

https://bugzilla.gnome.org/show_bug.cgi?id=762407
This commit is contained in:
Luca Bruno 2016-07-04 22:34:31 +02:00 committed by Olav Vitters
parent d6b290ef77
commit c325a0bebf

View file

@ -418,7 +418,7 @@ collect_timed_out_foreach (void *element,
elapsed = ctod->now - timestamp;
meta_topic (META_DEBUG_STARTUP,
"Sequence used %ld ms vs. %d max: %s\n",
"Sequence used %" G_GINT64_FORMAT " ms vs. %d max: %s\n",
elapsed, STARTUP_TIMEOUT,
meta_startup_notification_sequence_get_id (sequence));