summaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahoo-inc.com>2017-07-11 11:55:33 +0200
committerHåkon Hallingstad <hakon@yahoo-inc.com>2017-07-11 11:55:33 +0200
commitf15fc009f4bc9ff7bbcadf97802e955fb3ed0bd1 (patch)
tree956453010f9cccc40631462359c13ea7cbfea04b /orchestrator
parent2cfbdc9f1f88bac016b01c7da1f8d42e38f9312a (diff)
Reduce output when printing StorageNodeImpl
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/src/main/java/com/yahoo/vespa/orchestrator/model/StorageNodeImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/model/StorageNodeImpl.java b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/model/StorageNodeImpl.java
index 884afb17e1f..a5ecb443f3f 100644
--- a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/model/StorageNodeImpl.java
+++ b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/model/StorageNodeImpl.java
@@ -87,7 +87,7 @@ public class StorageNodeImpl implements StorageNode {
@Override
public String toString() {
return "StorageNodeImpl{" +
- "applicationInstance=" + applicationInstance +
+ "applicationInstance=" + applicationInstance.reference() +
", clusterId=" + clusterId +
", storageService=" + storageService +
'}';