Changeset 1627

Show
Ignore:
Timestamp:
02/11/10 14:33:46 (6 months ago)
Author:
mturk
Message:

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

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/yt-1.6/yt/lagos/__init__.py

    r1533 r1627  
    3434    import pyhdf_np.error   # NumPy 
    3535except: 
    36     mylog.info("No HDF4 support") 
     36    mylog.debug("No HDF4 support") 
    3737 
    3838import warnings 
  • trunk/yt/lagos/__init__.py

    r1533 r1627  
    3434    import pyhdf_np.error   # NumPy 
    3535except: 
    36     mylog.info("No HDF4 support") 
     36    mylog.debug("No HDF4 support") 
    3737 
    3838import warnings