[yt-svn] commit/yt: brittonsmith: Changed one print statement from mylog.info to mylog.debug,

Bitbucket commits-noreply at bitbucket.org
Wed Jan 4 12:13:30 PST 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/edc2f4531bb2/
changeset:   edc2f4531bb2
branch:      yt
user:        brittonsmith
date:        2012-01-04 21:07:07
summary:     Changed one print statement from mylog.info to mylog.debug,
because it gets printed many times when projecting a field that
uses ghost zones.
affected #:  1 file

diff -r 3fb56a959c3beddd02ae36364c8c5e52cb79ac71 -r edc2f4531bb25b31d02514cda4157f30f60308c8 yt/data_objects/data_containers.py
--- a/yt/data_objects/data_containers.py
+++ b/yt/data_objects/data_containers.py
@@ -227,7 +227,7 @@
         self._point_indices = {}
         self._vc_data = {}
         for key, val in kwargs.items():
-            mylog.info("Setting %s to %s", key, val)
+            mylog.debug("Setting %s to %s", key, val)
             self.set_field_parameter(key, val)
 
     def __set_default_field_parameters(self):

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list