use printf for this macro so we don't get log domain failures

SVN revision: 77364
This commit is contained in:
Mike Blumenkrantz 2012-10-03 11:43:26 +00:00
parent cf35adade9
commit 42ff355bde
1 changed files with 1 additions and 1 deletions

View File

@ -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)