mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #29048 from nmadhok/patch-1
Fix incorrect debug log statement
This commit is contained in:
commit
4b3b2fe1e7
1 changed files with 1 additions and 1 deletions
|
@ -2158,7 +2158,7 @@ def create(vm_):
|
|||
scheduled_hardware_upgrade.versionKey = hardware_version
|
||||
config_spec.scheduledHardwareUpgradeInfo = scheduled_hardware_upgrade
|
||||
else:
|
||||
log.debug("Virtual hardware version already set to {1}".format(hardware_version))
|
||||
log.debug("Virtual hardware version already set to {0}".format(hardware_version))
|
||||
|
||||
if num_cpus:
|
||||
log.debug("Setting cpu to: {0}".format(num_cpus))
|
||||
|
|
Loading…
Add table
Reference in a new issue