mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-21 05:20:36 +02:00
parent
e1d06d7a0b
commit
93f1a1d461
1 changed files with 1 additions and 1 deletions
|
|
@ -2739,7 +2739,7 @@ delayed_action_to_string_full (DelayedActionType action_type, gpointer user_data
|
|||
gint64 timeout = data->timeout_abs_ns - nm_utils_get_monotonic_timestamp_ns ();
|
||||
char b[255];
|
||||
|
||||
nm_utils_strbuf_append (&buf, &buf_size, " (seq %u, timeout in %s%ld.%09ld%s%s)",
|
||||
nm_utils_strbuf_append (&buf, &buf_size, " (seq %u, timeout in %s%"G_GINT64_FORMAT".%09"G_GINT64_FORMAT"%s%s)",
|
||||
data->seq_number,
|
||||
timeout < 0 ? "-" : "",
|
||||
(timeout < 0 ? -timeout : timeout) / NM_UTILS_NS_PER_SECOND,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue