projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf35ada
)
use printf for this macro so we don't get log domain failures
author
Mike Blumenkrantz
<michael.blumenkrantz@gmail.com>
Wed, 3 Oct 2012 11:43:26 +0000
(11:43 +0000)
committer
Mike Blumenkrantz
<michael.blumenkrantz@gmail.com>
Wed, 3 Oct 2012 11:43:26 +0000
(11:43 +0000)
SVN revision: 77364
src/bin/e.h
patch
|
blob
|
history
diff --git
a/src/bin/e.h
b/src/bin/e.h
index 0c1186be108ed2a62e61d1b4c6e773bd025df2c5..ca358e2fdb8bb81d0aebb595034815177301e5df 100644
(file)
--- a/
src/bin/e.h
+++ b/
src/bin/e.h
@@
-204,7
+204,7
@@
typedef struct _E_Rect E_Rect;
if (_eh) \
list = eina_list_append(list, _eh); \
else \
-
ERR("E_LIST_HANDLER_APPEND
"); \
+
fprintf(stderr, "E_LIST_HANDLER_APPEND\n
"); \
} \
while (0)