mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 08:13:09 -06:00
API tweaks
This commit is contained in:
parent
8762421bc2
commit
283efd0438
|
|
@ -120,7 +120,7 @@ func (m *DendriteMonolith) Conduit(zone string) (*Conduit, error) {
|
|||
logrus.Errorf("Authenticated connect failed due to EOF (attempt %d)", i)
|
||||
break loop
|
||||
case nil:
|
||||
logrus.Errorf("Authenticated connect succeeded, connected to port %d (attempt %d)", p, i)
|
||||
logrus.Errorf("Authenticated connect succeeded, connected to port %d (attempt %d)", conduit.port, i)
|
||||
return
|
||||
default:
|
||||
logrus.WithError(err).Errorf("Authenticated connect failed (attempt %d)", i)
|
||||
|
|
|
|||
Loading…
Reference in a new issue