mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-05 04:06:20 -05:00
client: fix conversion specifier in the discarded event log message
Signed-off-by: Kirill Primak <vyivel@eclair.cafe>
(cherry picked from commit 6281ccbd3d)
This commit is contained in:
parent
b26180dfea
commit
504dbf2303
1 changed files with 1 additions and 1 deletions
|
|
@ -1579,7 +1579,7 @@ queue_event(struct wl_display *display, int len)
|
|||
clock_gettime(CLOCK_REALTIME, &tp);
|
||||
time = (tp.tv_sec * 1000000L) + (tp.tv_nsec / 1000);
|
||||
|
||||
fprintf(stderr, "[%7u.%03u] discarded [%s]#%d.[event %d]"
|
||||
fprintf(stderr, "[%7u.%03u] discarded [%s]#%u.[event %d]"
|
||||
"(%d fd, %d byte)\n",
|
||||
time / 1000, time % 1000,
|
||||
zombie ? "zombie" : "unknown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue