From 967132b80245cdfd8de70cbe4112524c85b75392 Mon Sep 17 00:00:00 2001 From: Boyang Jerry Peng Date: Thu, 22 Sep 2016 13:39:24 -0500 Subject: [PATCH] [STORM-2119] - bug in log message printing to stdout --- storm-core/src/clj/org/apache/storm/ui/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storm-core/src/clj/org/apache/storm/ui/core.clj b/storm-core/src/clj/org/apache/storm/ui/core.clj index a14b1b8acfd..278181332c0 100644 --- a/storm-core/src/clj/org/apache/storm/ui/core.clj +++ b/storm-core/src/clj/org/apache/storm/ui/core.clj @@ -984,7 +984,7 @@ "dumplink" (worker-dump-link (:host profile-action) (str (:port profile-action)) topology-id) "timestamp" (str (- (:timestamp profile-action) (System/currentTimeMillis)))}) latest-profile-actions)] - (log-message "Latest-active actions are: " (pr active-actions)) + (log-message "Latest-active actions are: " (pr-str active-actions)) active-actions)) (defn component-page