fix fatal error

This commit is contained in:
Daniel Chote 2019-10-15 11:54:59 -04:00
parent 6a305eaa76
commit 5398944788

View File

@ -47,7 +47,7 @@ func Init() {
snmp.Timeout = time.Duration(5 * time.Second)
err := snmp.Connect()
if err != nil {
log.Fatal("SNMP Connect err: %v\n", err)
log.Fatal("SNMP Connect error\n")
}
oids := []string{}