This commit is contained in:
Mike Blumenkrantz 2017-02-24 15:20:23 -05:00
parent cfc538ca55
commit f2550ba326
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ e_log_init(void)
if (level < 1)
eina_log_print_cb_set(_e_log_cb, NULL);
}
#ifndef #E_RELEASE_BUILD
#ifndef E_RELEASE_BUILD
eina_log_abort_on_critical_set(1);
#endif
return e_log_dom != -1;