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:
parent
d73c7e60e4
commit
9414d117fa
@ -212,9 +212,9 @@ class ConfigDrivePowerVM(object):
|
|||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
LOG.log(_LI("An error occurred querying the virtual optical media "
|
LOG.info(_LI("An error occurred querying the virtual optical "
|
||||||
"repository. Attempting to re-establish connection "
|
"media repository. Attempting to re-establish "
|
||||||
"with a virtual optical media repository"))
|
"connection with a virtual optical media repository"))
|
||||||
|
|
||||||
# If we're hitting this, either it's our first time booting up, or the
|
# 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
|
# previously used Volume Group went offline (ex. VIOS went down for
|
||||||
|
Loading…
Reference in New Issue
Block a user