make the xerror output more clear, to say when errors are being properly ignored
This commit is contained in:
parent
f740f47e77
commit
1a1619c9a8
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ static gint xerror_handler(Display *d, XErrorEvent *e)
|
|||
else
|
||||
g_error("X Error: %s", errtxt);
|
||||
} else
|
||||
g_message("XError code %d '%s'", e->error_code, errtxt);
|
||||
g_message("Ignoring XError code %d '%s'", e->error_code, errtxt);
|
||||
#else
|
||||
(void)d; (void)e;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue