You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2015/09/24 11:07:21 UTC

ignite git commit: Debug (3).

Repository: ignite
Updated Branches:
  refs/heads/ignite-1282 593074692 -> a0c7004fc


Debug (3).


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a0c7004f
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/a0c7004f
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/a0c7004f

Branch: refs/heads/ignite-1282
Commit: a0c7004fcaf640817d61dec7d3798243dad9a1b4
Parents: 5930746
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Thu Sep 24 12:08:04 2015 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Thu Sep 24 12:08:04 2015 +0300

----------------------------------------------------------------------
 modules/platforms/cpp/core/src/ignition.cpp | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/a0c7004f/modules/platforms/cpp/core/src/ignition.cpp
----------------------------------------------------------------------
diff --git a/modules/platforms/cpp/core/src/ignition.cpp b/modules/platforms/cpp/core/src/ignition.cpp
index d5d414d..f293c83 100644
--- a/modules/platforms/cpp/core/src/ignition.cpp
+++ b/modules/platforms/cpp/core/src/ignition.cpp
@@ -219,6 +219,11 @@ namespace ignite
                 int optsLen;
                 char** opts = CreateJvmOptions(cfg, homeFound ? &home : NULL, cp, &optsLen);
 
+                for (int i = 0; i < optsLen; i++)
+                {
+                    std::cout << "OPTION: " << *(opts + i) << std::endl;
+                }
+
                 envTarget = new SharedPointer<IgniteEnvironment>(env);
                 
                 SharedPointer<JniContext> ctx(