mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05: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:
parent
d053ccfb18
commit
0bf9727a31
@ -2068,7 +2068,8 @@ meta_display_ping_window (MetaWindow *window,
|
|||||||
|
|
||||||
if (serial == 0)
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user