Add missing ws seperator between words
This is to add missing ws seperator between words in log message. Change-Id: I8b9ab73c782d68b3217a50270dc6414dcf88b27f
This commit is contained in:
parent
6d42fc4baf
commit
adc8a6424e
@ -3201,7 +3201,7 @@ class AllocationCandidates(object):
|
||||
# non-existing resource provider UUID is given for in_tree.
|
||||
return [], []
|
||||
tree_root_id = tree_ids.root_id
|
||||
LOG.debug("getting allocation candidates in the same tree"
|
||||
LOG.debug("getting allocation candidates in the same tree "
|
||||
"with the root provider %s", tree_ids.root_uuid)
|
||||
|
||||
any_sharing = any(sharing_providers.values())
|
||||
|
Loading…
Reference in New Issue
Block a user