2
0

fix redial logging

This commit is contained in:
Nikolay Pavlovich
2022-09-07 02:08:58 +03:00
parent 6f398add61
commit c657cd663f
+1 -1
View File
@@ -482,7 +482,7 @@ func (rc *RecConn) connect() {
}
if !rc.getNonVerbose() {
rc.log(LogValues{Err: err, Msg: fmt.Sprintf("Dial: will try again in %+v seconds", nextItvl)})
rc.log(LogValues{Err: err, Msg: fmt.Sprintf("Dial: will try again in %+v seconds", nextItvl), Url: rc.url})
}
time.Sleep(nextItvl)