Skip to content

Commit

Permalink
Fix debug log format
Browse files Browse the repository at this point in the history
Resolves #112
  • Loading branch information
enobufs committed Feb 24, 2020
1 parent 1a4e25e commit 1c94953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion association.go
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ func (a *Association) readLoop() {
}
}

a.log.Debugf("[%s] readLoop exited %s %s", a.name, closeErr)
a.log.Debugf("[%s] readLoop exited %s", a.name, closeErr)
}

func (a *Association) writeLoop() {
Expand Down

0 comments on commit 1c94953

Please sign in to comment.