aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakir <akir>2004-08-30 11:34:56 (GMT)
committerakir <akir>2004-08-30 11:34:56 (GMT)
commit566b0284a8a49ddf74cc6ae7bb70dd9d3ad5774f (patch)
tree7ba5f70a6274cf696516bac789b7611e3a797a3a
parentd4077526b46ed02a68bdce775d37f2d008c2017e (diff)
downloadfluxbox-566b0284a8a49ddf74cc6ae7bb70dd9d3ad5774f.zip
fluxbox-566b0284a8a49ddf74cc6ae7bb70dd9d3ad5774f.tar.bz2
suppress informative debugmessages
-rw-r--r--src/Slit.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Slit.cc b/src/Slit.cc
index ecb0142..b0313f4 100644
--- a/src/Slit.cc
+++ b/src/Slit.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Slit.cc,v 1.96 2004/06/07 21:36:06 fluxgen Exp $ 25// $Id: Slit.cc,v 1.97 2004/08/30 11:34:56 akir Exp $
26 26
27#include "Slit.hh" 27#include "Slit.hh"
28 28
@@ -481,8 +481,10 @@ void Slit::addClient(Window w) {
481 } 481 }
482 482
483 XFree((void *) proto); 483 XFree((void *) proto);
484#ifdef DEBUG
484 } else { 485 } else {
485 cerr<<"Warning: Failed to read WM Protocols. "<<endl; 486 cerr<<"Warning: Failed to read WM Protocols. "<<endl;
487#endif // DEBUG
486 } 488 }
487 489
488 XWindowAttributes attrib; 490 XWindowAttributes attrib;