Ensure we don't log stuff we shouldn't.

This commit is contained in:
C. R. Oldham 2016-01-12 08:47:01 -07:00
parent 54b9641330
commit 8c46de12e4

View file

@ -90,7 +90,8 @@ def __execute_cmd(command, host=None,
admin_username,
admin_password,
command,
modswitch))
modswitch),
output_loglevel='quiet')
if cmd['retcode'] != 0:
log.warning('racadm return an exit code \'{0}\'.'
@ -123,7 +124,8 @@ def __execute_ret(command, host=None,
admin_username,
admin_password,
command,
modswitch))
modswitch),
output_loglevel='quiet')
if cmd['retcode'] != 0:
log.warning('racadm return an exit code \'{0}\'.'