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:
ed8505e
)
DnD: Add line number to debug messages
author
Daniel Zaoui
<daniel.zaoui@samsung.com>
Wed, 25 Feb 2015 08:36:13 +0000
(10:36 +0200)
committer
Daniel Zaoui
<daniel.zaoui@yahoo.com>
Wed, 25 Feb 2015 08:36:13 +0000
(10:36 +0200)
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
4f961f9
..
f04e11c
100644
(file)
--- a/
legacy/elementary/src/lib/elm_cnp.c
+++ b/
legacy/elementary/src/lib/elm_cnp.c
@@
-10,7
+10,7
@@
//#define DEBUGON 1
#ifdef DEBUGON
-# define cnp_debug(fmt, args...) fprintf(stderr, __FILE__":%s
: " fmt , __FUNCTION
__, ##args)
+# define cnp_debug(fmt, args...) fprintf(stderr, __FILE__":%s
/%d : " fmt , __FUNCTION__, __LINE
__, ##args)
#else
# define cnp_debug(x...) do { } while (0)
#endif