2
0

logging fix

This commit is contained in:
Nikolay Pavlovich
2022-09-04 02:23:56 +03:00
parent 23ebf93fec
commit 0a7d38556a
+1 -1
View File
@@ -468,7 +468,7 @@ func (rc *RecConn) connect() {
rc.log(LogValues{Msg: "Dial: connect handler failed", Err: err, Fatal: true})
}
if !rc.getNonVerbose() {
rc.log(LogValues{Msg: "Dial: connect handler was successfully established with %s", Url: rc.url})
rc.log(LogValues{Msg: "Dial: connect handler was successfully established", Url: rc.url})
}
}