summaryrefslogtreecommitdiff
path: root/gpm/gpm-1.20.4-nodebug.patch
blob: 2826519256adb266db19ce874e1efdd2c7d95d40 (plain)
    1 diff -pruN gpm-1.20.3.orig/src/lib/report-lib.c gpm-1.20.3/src/lib/report-lib.c
    2 --- gpm-1.20.3.orig/src/lib/report-lib.c	2008-05-08 09:34:10.000000000 +0000
    3 +++ gpm-1.20.3/src/lib/report-lib.c	2008-05-08 09:37:27.000000000 +0000
    4 @@ -29,6 +29,11 @@ void gpm_report(int line, char *file, in
    5     char *string = NULL;
    6     int log_level;
    7     va_list ap;
    8 +#ifndef DEBUG_VERBOSE
    9 +   if(stat==GPM_STAT_DEBUG)
   10 +   return;
   11 +#endif
   12 +
   13     va_start(ap,text);
   14  
   15     switch(stat) {

Generated by cgit