Merge "Fix missing of unit in debug info"

This commit is contained in:
Jenkins 2016-02-26 06:13:31 +00:00 committed by Gerrit Code Review
commit 058e21ec98
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class ExactRamFilter(filters.BaseHostFilter):
if requested_ram != host_state.free_ram_mb:
LOG.debug("%(host_state)s does not have exactly "
"%(requested_ram)s MB usable RAM, it has "
"%(usable_ram)s.",
"%(usable_ram)s MB.",
{'host_state': host_state,
'requested_ram': requested_ram,
'usable_ram': host_state.free_ram_mb})