aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJulien Dessaux2020-01-08 11:22:14 +0100
committerJulien Dessaux2020-01-08 15:09:31 +0100
commit4724979262cbbb6792412881fc812ab2101631ef (patch)
tree067e304d64d447ddf013b246905253f3d444f532 /main.go
parentInitial import (diff)
downloadbareos-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 '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)
}