From: Marco Peereboom Date: Tue, 13 Jan 2009 22:51:54 +0000 (+0000) Subject: Argh forgot to disable debug X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=8386e0a11c6ee8a01e0152b3f46d397e2940c117;p=spectrwm.git Argh forgot to disable debug --- diff --git a/scrotwm.c b/scrotwm.c index ddcfbab..f4d24a0 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -67,7 +67,7 @@ #include #include -#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)