Repository: ignite Updated Branches: refs/heads/ignite-gg-10725 d5b978380 -> 82baaf382
ignite-gg-10725: enabled IPC native logging Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/82baaf38 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/82baaf38 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/82baaf38 Branch: refs/heads/ignite-gg-10725 Commit: 82baaf38208c31fe02cda4cb50b6f007c3d92583 Parents: d5b9783 Author: Denis Magda <[email protected]> Authored: Tue Sep 8 09:58:11 2015 +0300 Committer: Denis Magda <[email protected]> Committed: Tue Sep 8 09:58:11 2015 +0300 ---------------------------------------------------------------------- ..._apache_ignite_internal_util_ipc_shmem_IpcSharedMemoryUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/82baaf38/ipc/shmem/igniteshmem/org_apache_ignite_internal_util_ipc_shmem_IpcSharedMemoryUtils.cpp ---------------------------------------------------------------------- diff --git a/ipc/shmem/igniteshmem/org_apache_ignite_internal_util_ipc_shmem_IpcSharedMemoryUtils.cpp b/ipc/shmem/igniteshmem/org_apache_ignite_internal_util_ipc_shmem_IpcSharedMemoryUtils.cpp index 923c6fb..69ab61e 100644 --- a/ipc/shmem/igniteshmem/org_apache_ignite_internal_util_ipc_shmem_IpcSharedMemoryUtils.cpp +++ b/ipc/shmem/igniteshmem/org_apache_ignite_internal_util_ipc_shmem_IpcSharedMemoryUtils.cpp @@ -45,7 +45,7 @@ const char* OP_TIMEDOUT_EXCEPTION = "org/apache/ignite/internal/util/ipc/shmem/I const char* OUT_OF_RSRCS_EXCEPTION = "org/apache/ignite/internal/util/ipc/shmem/IpcOutOfSystemResourcesException"; /** Global flag for enabling debug logging. */ -static bool __GG_DEBUG = false; +static bool __GG_DEBUG = true; /** Read semaphore ID. */ #define SEM_READ 0
