dont put DEBUG: in the printf

This commit is contained in:
Dana Jansens 2003-02-14 06:22:29 +00:00
parent 50002f2ceb
commit 49974f6916

View file

@ -581,7 +581,7 @@ void Client::updateWMHints(bool initstate)
if (ur != _urgent) {
_urgent = ur;
#ifdef DEBUG
printf("DEBUG: Urgent Hint for 0x%lx: %s\n",
printf("Urgent Hint for 0x%lx: %s\n",
(long)_window, _urgent ? "ON" : "OFF");
#endif
// fire the urgent callback if we're mapped, otherwise, wait until after