You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/08/04 08:21:22 UTC

[03/10] 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/ddb9e4c6
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ddb9e4c6
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ddb9e4c6

Branch: refs/heads/0.10.x-branch
Commit: ddb9e4c6d3588230edbe7afde186e078eac6ccaa
Parents: b654887
Author: Sanket <sc...@untilservice-lm>
Authored: Wed Jul 15 09:43:01 2015 -0500
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Aug 4 13:07:07 2015 +0900

----------------------------------------------------------------------
 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/ddb9e4c6/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 56a04b7..321b137 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))]