[Yt-svn] yt-commit r1627 - branches/yt-1.6/yt/lagos trunk/yt/lagos

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Thu Feb 11 14:33:47 PST 2010


Author: mturk
Date: Thu Feb 11 14:33:46 2010
New Revision: 1627
URL: http://yt.enzotools.org/changeset/1627

Log:
Making the HDF4 notice a debug statement rather than an info statement.



Modified:
   branches/yt-1.6/yt/lagos/__init__.py
   trunk/yt/lagos/__init__.py

Modified: branches/yt-1.6/yt/lagos/__init__.py
==============================================================================
--- branches/yt-1.6/yt/lagos/__init__.py	(original)
+++ branches/yt-1.6/yt/lagos/__init__.py	Thu Feb 11 14:33:46 2010
@@ -33,7 +33,7 @@
     from pyhdf_np import SD # NumPy
     import pyhdf_np.error   # NumPy
 except:
-    mylog.info("No HDF4 support")
+    mylog.debug("No HDF4 support")
 
 import warnings
 try:

Modified: trunk/yt/lagos/__init__.py
==============================================================================
--- trunk/yt/lagos/__init__.py	(original)
+++ trunk/yt/lagos/__init__.py	Thu Feb 11 14:33:46 2010
@@ -33,7 +33,7 @@
     from pyhdf_np import SD # NumPy
     import pyhdf_np.error   # NumPy
 except:
-    mylog.info("No HDF4 support")
+    mylog.debug("No HDF4 support")
 
 import warnings
 try:



More information about the yt-svn mailing list