use printf for logging

This commit is contained in:
allinwait 2019-09-13 01:53:42 +03:00
parent 171c2a9a07
commit 34ba03d3cb
1 changed files with 1 additions and 1 deletions

View File

@ -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)