Skip to content

Commit

Permalink
outscale_oapi: use formating with printf
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Jutteau <[email protected]>
  • Loading branch information
jerome-jutteau committed Jul 26, 2022
1 parent 6ca7685 commit 3b29ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/providers/outscale_oapi/outscale_oapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func (provider *OutscaleOAPI) forceShutdownVms(vms []Object) {
vmsToForce = append(vmsToForce, vmId)
}
}
log.Println("Shutting down virtual machines: %s ... ", vmsToForce)
log.Printf("Shutting down virtual machines: %s...\n", vmsToForce)
forceStop := true
stopOpts := osc.StopVmsRequest{
VmIds: vmsToForce,
Expand Down

0 comments on commit 3b29ac7

Please sign in to comment.