1
0
Fork 0

Improved error messages and added a readme

This commit is contained in:
Julien Dessaux 2020-01-08 11:22:14 +01:00
parent 18e91937cd
commit 4724979262
4 changed files with 100 additions and 19 deletions

View file

@ -118,7 +118,7 @@ func main() {
}
// we write this new spool
if err2 := saveSpool(successfulJobs); err2 != nil {
fmt.Printf("AVERAGE: Couldn't save spool : %s\n", err2)
fmt.Printf("AVERAGE: Error saving the spool file : %s\n", err2)
os.Exit(0)
}