projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b977c01
)
elm_cnp.c: Disable cnp debug mode by default.
author
Daniel Juyung Seo
<seojuyung2@gmail.com>
Fri, 1 Nov 2013 19:28:06 +0000
(
04:28
+0900)
committer
Daniel Juyung Seo
<seojuyung2@gmail.com>
Fri, 1 Nov 2013 19:28:06 +0000
(
04:28
+0900)
legacy/elementary/src/lib/elm_cnp.c
patch
|
blob
|
history
diff --git
a/legacy/elementary/src/lib/elm_cnp.c
b/legacy/elementary/src/lib/elm_cnp.c
index
ee6497e
..
806b962
100644
(file)
--- a/
legacy/elementary/src/lib/elm_cnp.c
+++ b/
legacy/elementary/src/lib/elm_cnp.c
@@
-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