elm_cnp.c: Disable cnp debug mode by default.

This commit is contained in:
Daniel Juyung Seo 2013-11-02 04:28:06 +09:00
parent b977c01224
commit 0439d6eb62
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
# include <sys/mman.h>
#endif
#define DEBUGON 1
//#define DEBUGON 1
#ifdef DEBUGON
# define cnp_debug(fmt, args...) fprintf(stderr, __FILE__":%s : " fmt , __FUNCTION__, ##args)
#else