You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/07/16 19:54:31 UTC

[2/4] storm git commit: pushed the wrong commit, recorrected it for the build to pass

pushed the wrong commit, recorrected it for the build to pass


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/e54f6ea5
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/e54f6ea5
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/e54f6ea5

Branch: refs/heads/master
Commit: e54f6ea58bfd2b2786afe1d0a552935b0ee32adf
Parents: 6778b56
Author: Sanket <sc...@untilservice-lm>
Authored: Wed Jul 15 09:43:01 2015 -0500
Committer: Sanket <sc...@untilservice-lm>
Committed: Wed Jul 15 09:43:01 2015 -0500

----------------------------------------------------------------------
 storm-core/src/clj/backtype/storm/daemon/logviewer.clj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/e54f6ea5/storm-core/src/clj/backtype/storm/daemon/logviewer.clj
----------------------------------------------------------------------
diff --git a/storm-core/src/clj/backtype/storm/daemon/logviewer.clj b/storm-core/src/clj/backtype/storm/daemon/logviewer.clj
index fabd213..a981d94 100644
--- a/storm-core/src/clj/backtype/storm/daemon/logviewer.clj
+++ b/storm-core/src/clj/backtype/storm/daemon/logviewer.clj
@@ -291,7 +291,7 @@ Note that if anything goes wrong, this will throw an Error and exit."
     (if (nil? (get-log-user-group-whitelist fname))
       (-> (resp/response "Page not found")
         (resp/status 404))
-      (unauthorized-user-html user)))
+      (unauthorized-user-html user))))
 
 (defn download-log-file [fname req resp user ^String root-dir]
   (let [file (.getCanonicalFile (File. root-dir fname))]