diff --git a/common/step_create_floppy.go b/common/step_create_floppy.go index 9cd78dba8..128a0e78b 100644 --- a/common/step_create_floppy.go +++ b/common/step_create_floppy.go @@ -37,7 +37,7 @@ func (s *StepCreateFloppy) Run(ctx context.Context, state multistep.StateBag) mu if s.Label == "" { s.Label = "packer" } else { - log.Println("Floppy label is set to %s", s.Label) + log.Printf("Floppy label is set to %s", s.Label) } s.FilesAdded = make(map[string]bool)