mirror of
https://github.com/brl/mutter.git
synced 2025-02-03 15:22:15 +00:00
Fix string format in startup notification to be a gint64
https://bugzilla.gnome.org/show_bug.cgi?id=762407
This commit is contained in:
parent
d6b290ef77
commit
c325a0bebf
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user