Use LOG.info instead LOG.log in media.py

Information log should use LOG.info instead Log.log.

Closes-Bug: #1480425
Change-Id: Ia5f8a1c423275d7ab5c43bf34610b87253669a9f
This commit is contained in:
Christine Wang 2015-07-31 14:29:05 -05:00
parent d73c7e60e4
commit 9414d117fa

View File

@ -212,9 +212,9 @@ class ConfigDrivePowerVM(object):
except Exception:
pass
LOG.log(_LI("An error occurred querying the virtual optical media "
"repository. Attempting to re-establish connection "
"with a virtual optical media repository"))
LOG.info(_LI("An error occurred querying the virtual optical "
"media repository. Attempting to re-establish "
"connection with a virtual optical media repository"))
# If we're hitting this, either it's our first time booting up, or the
# previously used Volume Group went offline (ex. VIOS went down for