discomfitor pushed a commit to branch master.

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

commit 7f0c849a27573fdb5b646a3dc39ff7d6200cf8ed
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Thu Jul 25 09:06:51 2013 +0100

    print E_IPC_SOCKET value during startup
---
 src/bin/e_ipc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_ipc.c b/src/bin/e_ipc.c
index 893a863..9face3d 100644
--- a/src/bin/e_ipc.c
+++ b/src/bin/e_ipc.c
@@ -103,6 +103,7 @@ retry:
         return 0;
      }
 
+   INF("E_IPC_SOCKET=%s", buf3);
    e_util_env_set("E_IPC_SOCKET", buf3);
    ecore_event_handler_add(ECORE_IPC_EVENT_CLIENT_ADD,
                            _e_ipc_cb_client_add, NULL);

-- 


Reply via email to