Disable extra log verbosity

SVN revision: 54627
This commit is contained in:
Lucas De Marchi 2010-11-17 10:35:31 +00:00
parent d3b985e259
commit 067a49f294
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
# define ARRAYINIT(foo) [foo]=
#define DEBUGON 1
#define DEBUGON 0
#if DEBUGON
#define cnp_debug(x...) fprintf(stderr, __FILE__": " x)