Browse Source

Fix written file message

main
Fábio Kaiser Rauber 6 months ago
parent
commit
a5d771818d
  1. 2
      main.go

2
main.go

@ -206,7 +206,7 @@ func processUserData(configDriveDir string) error {
if err != nil {
log.Printf("Error writing file %s: %s", file.Path, err)
} else {
log.Printf("Wrote file %s successfully with %d lines.", file.Path, n)
log.Printf("Wrote file %s successfully with %d bytes.", file.Path, n)
}
}

Loading…
Cancel
Save