Continue probing even if pushing a tag failes
This commit is contained in:
parent
f2718847ae
commit
caa009df9c
@ -584,7 +584,9 @@ func (self *Conn) probe() (err error) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
if err = self.prober.PushTag(tag, int32(self.timestamp)); err != nil {
|
if err = self.prober.PushTag(tag, int32(self.timestamp)); err != nil {
|
||||||
return
|
if Debug {
|
||||||
|
fmt.Printf("error probing tag: %s\n", err.Error())
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user