2
0

Merge pull request #6 from nikepan/improve_logging

logging fix
This commit is contained in:
Nikolay Pavlovich
2022-09-04 02:24:44 +03:00
committed by GitHub
+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})
}
}