ami pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6a237f3cca3c62b1c05035e532a7abbc790b7cbb

commit 6a237f3cca3c62b1c05035e532a7abbc790b7cbb
Author: Amitesh Singh <amitesh...@samsung.com>
Date:   Wed May 4 16:28:56 2016 +0530

    elm_cnp: comment the debug macro
    
    It was accidently enabled in 1bc9483a82bf18be3
---
 src/lib/elementary/elm_cnp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_cnp.c b/src/lib/elementary/elm_cnp.c
index 56c34d5..9cce31c 100644
--- a/src/lib/elementary/elm_cnp.c
+++ b/src/lib/elementary/elm_cnp.c
@@ -8,7 +8,7 @@
 # include <sys/mman.h>
 #endif
 
-#define DEBUGON 1
+//#define DEBUGON 1
 #ifdef DEBUGON
 # define cnp_debug(fmt, args...) fprintf(stderr, __FILE__":%s/%d : " fmt , 
__FUNCTION__, __LINE__, ##args)
 #else

-- 


Reply via email to