discomfitor pushed a commit to branch enlightenment-0.20.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=da2f7788979244987e3e93870e14c02594cf04b8

commit da2f7788979244987e3e93870e14c02594cf04b8
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Apr 4 15:38:46 2016 -0400

    print xwayland exe path in debug logs
    
    ref T3415
---
 src/modules/xwayland/e_mod_main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/xwayland/e_mod_main.c 
b/src/modules/xwayland/e_mod_main.c
index 17e1f23..e3afb99 100644
--- a/src/modules/xwayland/e_mod_main.c
+++ b/src/modules/xwayland/e_mod_main.c
@@ -222,12 +222,12 @@ _cb_xserver_event(void *data EINA_UNUSED, 
Ecore_Fd_Handler *hdlr EINA_UNUSED)
         snprintf(disp, sizeof(disp), ":%d", exs->disp);
 
         snprintf(xserver, sizeof(xserver), "%s", XWAYLAND_BIN);
-        DBG("\tLaunching XWayland: %s: %s", xserver, disp);
+        DBG("\tLaunching %s: %s: %s", XWAYLAND_BIN, xserver, disp);
         if (execl(xserver, xserver, disp, "-rootless", "-listen", abs_fd,
                   "-listen", unx_fd, "-terminate", "-shm",
                   NULL) < 0)
           {
-             ERR("Failed to exec XWayland: %m");
+             ERR("Failed to exec %s: %m", XWAYLAND_BIN);
           }
 
 fail:

-- 


Reply via email to