Merge "make delete recovery messages debug level"

This commit is contained in:
Jenkins 2013-12-17 17:12:16 +00:00 committed by Gerrit Code Review
commit 54b7842b8e
1 changed files with 2 additions and 2 deletions

View File

@ -574,9 +574,9 @@ class LVM(executor.Executor):
mesg = (_('Error reported running lvremove: CMD: %(command)s, '
'RESPONSE: %(response)s') %
{'command': err.cmd, 'response': err.stderr})
LOG.error(mesg)
LOG.debug(mesg)
LOG.warning(_('Attempting udev settle and retry of lvremove...'))
LOG.debug(_('Attempting udev settle and retry of lvremove...'))
self._execute('udevadm', 'settle',
root_helper=self._root_helper,
run_as_root=True)