diff --git a/internal/pkg/configure/tftp.go b/internal/pkg/configure/tftp.go index 842d7fb4..9e71f67a 100644 --- a/internal/pkg/configure/tftp.go +++ b/internal/pkg/configure/tftp.go @@ -34,7 +34,7 @@ func TFTP() error { copyCheck[f] = true err = util.SafeCopyFile(path.Join(buildconfig.DATADIR(), f), path.Join(tftpdir, f)) if err != nil { - wwlog.Warn("ipxe binary could not be copied, not booting may not work: %s", err) + wwlog.Warn("ipxe binary could not be copied, booting may not work: %s", err) } }