Merge "Clarify create_volume size debug message"

This commit is contained in:
Jenkins 2017-06-14 23:50:54 +00:00 committed by Gerrit Code Review
commit 6670528d86
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ class ExtractVolumeRequestTask(flow_utils.CinderTask):
size = snapshot.volume_size
size = utils.as_int(size)
LOG.debug("Validating volume '%(size)s' using %(functors)s" %
LOG.debug("Validating volume size '%(size)s' using %(functors)s" %
{'size': size,
'functors': ", ".join([common.make_pretty_name(func)
for func in validator_functors])})