diff --git a/recws.go b/recws.go index e4d5d6e..1ad0b83 100644 --- a/recws.go +++ b/recws.go @@ -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)