/[svn]/linuxsampler/trunk/src/common/global.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/global.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 56 by schoenebeck, Tue Apr 27 09:21:58 2004 UTC revision 83 by schoenebeck, Sun May 23 19:47:59 2004 UTC
# Line 41  Line 41 
41  #  include <config.h>  #  include <config.h>
42  #endif  #endif
43    
44  #define LS_DEBUG_LEVEL  2  ///< the higher this value the higher verbosity, 0 means no debug messages at all  #define LS_DEBUG_LEVEL  1  ///< the higher this value the higher verbosity, 0 means no debug messages at all
45    
46  #if LS_DEBUG_LEVEL > 0  #if LS_DEBUG_LEVEL > 0
47  #  define dmsg(debuglevel,x)    if (LS_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);}  #  define dmsg(debuglevel,x)    if (LS_DEBUG_LEVEL >= debuglevel) {printf x; fflush(stdout);}

Legend:
Removed from v.56  
changed lines
  Added in v.83

  ViewVC Help
Powered by ViewVC