From 4724979262cbbb6792412881fc812ab2101631ef Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 8 Jan 2020 11:22:14 +0100 Subject: Improved error messages and added a readme --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 10a0d63..9d7aa30 100644 --- a/main.go +++ b/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) } -- cgit v1.2.3