# ignite-648: simple fix
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d8901bdc Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d8901bdc Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/d8901bdc Branch: refs/heads/ignite-648 Commit: d8901bdcbbddf2f15e13f25312c2f6827cbebff1 Parents: 3257895 Author: ashutak <[email protected]> Authored: Wed Jun 24 13:34:18 2015 +0300 Committer: ashutak <[email protected]> Committed: Wed Jun 24 13:34:18 2015 +0300 ---------------------------------------------------------------------- .../ignite/testframework/junits/multijvm/IgniteProcessProxy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d8901bdc/modules/core/src/test/java/org/apache/ignite/testframework/junits/multijvm/IgniteProcessProxy.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/testframework/junits/multijvm/IgniteProcessProxy.java b/modules/core/src/test/java/org/apache/ignite/testframework/junits/multijvm/IgniteProcessProxy.java index 31c65f0..96026c4 100644 --- a/modules/core/src/test/java/org/apache/ignite/testframework/junits/multijvm/IgniteProcessProxy.java +++ b/modules/core/src/test/java/org/apache/ignite/testframework/junits/multijvm/IgniteProcessProxy.java @@ -124,7 +124,7 @@ public class IgniteProcessProxy implements IgniteEx { if (res == null) throw new IgniteIllegalStateException("Grid instance was not properly started " + - "or was already stopped: " + gridName); + "or was already stopped: " + gridName + ". All known grid instances: " + gridProxies.keySet()); return res; }
