use printf for logging
This commit is contained in:
parent
171c2a9a07
commit
34ba03d3cb
|
@ -37,7 +37,7 @@ func (s *StepCreateFloppy) Run(ctx context.Context, state multistep.StateBag) mu
|
||||||
if s.Label == "" {
|
if s.Label == "" {
|
||||||
s.Label = "packer"
|
s.Label = "packer"
|
||||||
} else {
|
} 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)
|
s.FilesAdded = make(map[string]bool)
|
||||||
|
|
Loading…
Reference in New Issue