make the xerror output more clear, to say when errors are being properly ignored

This commit is contained in:
Dana Jansens 2008-02-02 14:54:10 -05:00
parent f740f47e77
commit 1a1619c9a8

View file

@ -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