Skip to content

Commit e57ba47

Browse files
committed
clearer arg name
1 parent 7fa44bf commit e57ba47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storm-core/src/clj/backtype/storm/daemon/logviewer.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ Note that if anything goes wrong, this will throw an Error and exit."
9292
(fn [req]
9393
(app (assoc req :log-root log-root))))
9494

95-
(defn start-logviewer [port conf]
96-
(run-jetty (conf-middleware logapp conf) {:port port}))
95+
(defn start-logviewer [port log-root]
96+
(run-jetty (conf-middleware logapp log-root) {:port port}))
9797

9898
(defn -main []
9999
(let [conf (read-storm-config)

0 commit comments

Comments
 (0)