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/10/05 23:00:44 UTC

[12/37] storm git commit: rename macro to be clearer that output is to logs

rename macro to be clearer that output is to logs


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

Branch: refs/heads/master
Commit: b3abf05f02305260cdcbf081a8fe7d7db4b03ce7
Parents: a16b50c
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Fri May 22 14:49:00 2015 -0500
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Fri May 22 14:49:00 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/b3abf05f/storm-core/src/clj/backtype/storm/log.clj
----------------------------------------------------------------------
diff --git a/storm-core/src/clj/backtype/storm/log.clj b/storm-core/src/clj/backtype/storm/log.clj
index 1025281..f022b2d 100644
--- a/storm-core/src/clj/backtype/storm/log.clj
+++ b/storm-core/src/clj/backtype/storm/log.clj
@@ -47,7 +47,7 @@
   [& args]
   (apply log/log-stream args))
 
-(defmacro pprint-message
+(defmacro log-pprint
   [& args]
   `(let [^StringWriter writer# (StringWriter.)]
      (doall