print E_IPC_SOCKET value during startup

This commit is contained in:
Mike Blumenkrantz 2013-07-25 09:06:51 +01:00
parent b49aac025e
commit 62a847e86f
1 changed files with 1 additions and 0 deletions

View File

@ -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);