# ignite-sprint-4 more info in log
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/56aec5f0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/56aec5f0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/56aec5f0 Branch: refs/heads/ignite-218 Commit: 56aec5f036b04f1ab1472a6d54ca4e343d7eb21a Parents: 3fdc824 Author: sboikov <sboi...@gridgain.com> Authored: Wed Apr 15 17:31:57 2015 +0300 Committer: sboikov <sboi...@gridgain.com> Committed: Wed Apr 15 17:31:57 2015 +0300 ---------------------------------------------------------------------- .../cache/distributed/dht/atomic/GridDhtAtomicCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/56aec5f0/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java index 8c5e1a9..ce90f82 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java @@ -2570,7 +2570,7 @@ public class GridDhtAtomicCache<K, V> extends GridDhtCacheAdapter<K, V> { updateFut.onResult(nodeId); else U.warn(log, "Failed to find DHT update future for deferred update response [nodeId=" + - nodeId + ", res=" + res + ']'); + nodeId + ", ver=" + ver + ", res=" + res + ']'); } }