evas/cserve2: Add CRIT() macro

For easy debugging
This commit is contained in:
Jean-Philippe Andre 2013-07-18 19:18:24 +09:00
parent 9f690ba390
commit afde0c892b
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
#include <Eina.h>
#include "evas_cs2.h"
#ifdef CRIT
#undef CRIT
#endif
#define CRIT(...) EINA_LOG_DOM_CRIT(_evas_cserve2_bin_log_dom, __VA_ARGS__)
#ifdef ERR
#undef ERR
#endif