1
0
mirror of https://github.com/brl/mutter.git synced 2025-06-13 08:49:30 +00:00

display: Fix intendation of an argument and add details to a warning

https://gitlab.gnome.org/GNOME/mutter/merge_requests/891
This commit is contained in:
Jonas Dreßler
2019-12-07 15:23:34 +01:00
committed by Jonas Ådahl
parent d053ccfb18
commit 0bf9727a31

@ -2068,7 +2068,8 @@ meta_display_ping_window (MetaWindow *window,
if (serial == 0)
{
meta_warning ("Tried to ping a window with a bad serial! Not allowed.\n");
meta_warning ("Tried to ping window %s with a bad serial! Not allowed.\n",
window->desc);
return;
}