diff options
author | Julien Dessaux | 2020-01-08 11:22:14 +0100 |
---|---|---|
committer | Julien Dessaux | 2020-01-08 15:09:31 +0100 |
commit | 4724979262cbbb6792412881fc812ab2101631ef (patch) | |
tree | 067e304d64d447ddf013b246905253f3d444f532 /main.go | |
parent | Initial import (diff) | |
download | bareos-zabbix-check-4724979262cbbb6792412881fc812ab2101631ef.tar.gz bareos-zabbix-check-4724979262cbbb6792412881fc812ab2101631ef.tar.bz2 bareos-zabbix-check-4724979262cbbb6792412881fc812ab2101631ef.zip |
Improved error messages and added a readme
Diffstat (limited to '')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) } |