devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=8d54d20f8a0384629b1772ab9f22a83c55402e47
commit 8d54d20f8a0384629b1772ab9f22a83c55402e47 Author: Chris Michael <cp.mich...@samsung.com> Date: Tue Oct 14 15:12:17 2014 -0400 Fix printing of wayland log output Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/bin/e_comp_wl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 9a116ce..1c9f694 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -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 --