aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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)
}