Improved error messages and added a readme
This commit is contained in:
parent
18e91937cd
commit
4724979262
4 changed files with 100 additions and 19 deletions
2
main.go
2
main.go
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue