mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
.format remove fix for #44452
This commit is contained in:
parent
e35fc5263c
commit
5fe474b1a8
1 changed files with 2 additions and 2 deletions
|
@ -1493,8 +1493,8 @@ class Cloud(object):
|
|||
vm_name = vm_details['id']
|
||||
else:
|
||||
log.debug(
|
||||
'vm:{0} in provider:{1} is not in name '
|
||||
'list:\'{2}\''.format(vm_name, driver, names)
|
||||
'vm:%s in provider:%s is not in name '
|
||||
'list:\'%s\'', vm_name, driver, names
|
||||
)
|
||||
continue
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue