Fix printing of wayland log output

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-10-14 15:12:17 -04:00
parent dda7ac875f
commit 4cdac5d4ef
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
static void
_e_comp_wl_log_cb_print(const char *format, va_list args)
{
INF("WL: ", format, args);
EINA_LOG_DOM_INFO(e_log_dom, format, args);
}
static Eina_Bool