Skip to content

Commit dc9a850

Browse files
Lukas Slebodniklslebodn
authored andcommitted
Fir log message for plan and offer
1 parent 050cf11 commit dc9a850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudpub/ms_azure/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ def publish(self, metadata: AzurePublishingMetadata) -> None:
599599
product, plan = self.get_product_plan_by_name(product_name, plan_name)
600600
log.info(
601601
"Preparing to associate the image with the plan \"%s\" from product \"%s\""
602-
% (product_name, plan_name)
602+
% (plan_name, product_name)
603603
)
604604

605605
# 2. Retrieve the VM Technical configuration for the given plan

0 commit comments

Comments
 (0)