mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 11:58:09 +00:00
fix create_vmss log message (#293)
This commit is contained in:
@ -205,7 +205,7 @@ def create_vmss(
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
logging.info(
|
logging.info(
|
||||||
"creating VM count"
|
"creating VM "
|
||||||
"name: %s vm_sku: %s vm_count: %d "
|
"name: %s vm_sku: %s vm_count: %d "
|
||||||
"image: %s subnet: %s spot_instances: %s",
|
"image: %s subnet: %s spot_instances: %s",
|
||||||
name,
|
name,
|
||||||
|
Reference in New Issue
Block a user