Merge "recent audit log change broke this LOG.debug message"

This commit is contained in:
Jenkins 2014-08-12 01:57:44 +00:00 committed by Gerrit Code Review
commit accce2ced3
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class VolumeDevice(object):
cmd = "sudo mkfs -t %s %s %s" % (volume_fstype,
format_options, self.device_path)
volume_format_timeout = CONF.volume_format_timeout
LOG.debug("Formatting %s. Executing: %s.",
LOG.debug("Formatting %s. Executing: %s." %
(self.device_path, cmd))
child = pexpect.spawn(cmd, timeout=volume_format_timeout)
# child.expect("(y,n)")