This is an automated email from the ASF dual-hosted git repository. huijun pushed a commit to branch huijunw/fixprinttypoinstatemgr in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 585d35d467a331a7b94b7a9d96284c851f42b7ed Author: Huijun Wu <[email protected]> AuthorDate: Fri Mar 1 01:48:22 2019 -0800 fixtypo --- .../src/java/org/apache/heron/statemgr/FileSystemStateManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heron/statemgrs/src/java/org/apache/heron/statemgr/FileSystemStateManager.java b/heron/statemgrs/src/java/org/apache/heron/statemgr/FileSystemStateManager.java index e9936e7..9140009 100644 --- a/heron/statemgrs/src/java/org/apache/heron/statemgr/FileSystemStateManager.java +++ b/heron/statemgrs/src/java/org/apache/heron/statemgr/FileSystemStateManager.java @@ -295,7 +295,7 @@ public abstract class FileSystemStateManager implements IStateManager { if (isTopologyRunning(topologyName).get()) { print("==> Topology %s found", topologyName); try { - print("==> Topology %s:", getTopology(null, topologyName).get()); + print("==> Topology:\n%s", getTopology(null, topologyName).get()); } catch (ExecutionException e) { print("Topology node not found %s", e.getMessage()); }
