From: Dana Jansens Date: Fri, 14 Feb 2003 06:22:29 +0000 (+0000) Subject: dont put DEBUG: in the printf X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=49974f6916c98a23189daefa19dd79986629fe8f;hp=50002f2ceb4234145f3977bb14752dc930ada26c;p=chaz%2Fopenbox dont put DEBUG: in the printf --- diff --git a/src/client.cc b/src/client.cc index 70671442..f9676e7c 100644 --- a/src/client.cc +++ b/src/client.cc @@ -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