JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Argh forgot to disable debug
authorMarco Peereboom <marco@conformal.com>
Tue, 13 Jan 2009 22:51:54 +0000 (22:51 +0000)
committerMarco Peereboom <marco@conformal.com>
Tue, 13 Jan 2009 22:51:54 +0000 (22:51 +0000)
scrotwm.c

index ddcfbab..f4d24a0 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -67,7 +67,7 @@
 #include <X11/Xproto.h>
 #include <X11/Xutil.h>
 
-#define SWM_DEBUG
+/* #define SWM_DEBUG */
 #ifdef SWM_DEBUG
 #define DPRINTF(x...)          do { if (swm_debug) fprintf(stderr, x); } while(0)
 #define DNPRINTF(n,x...)       do { if (swm_debug & n) fprintf(stderr, x); } while(0)