better zood debugging
This commit is contained in:
parent
afc7fedbe1
commit
f5144e4b8a
1
send.go
1
send.go
|
@ -68,6 +68,7 @@ func sendMachine(s string) error {
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
} else {
|
} else {
|
||||||
log.Info(me.urlbase, "is maybe not working GOT:", line)
|
log.Info(me.urlbase, "is maybe not working GOT:", line)
|
||||||
|
log.Info(me.urlbase, "fail count", me.failcount, "from hostname", me.hostname)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in New Issue