We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A debug log is broken:
sctp DEBUG: 15:18:18.348686 association.go:434: [0xc00053a340] readLoop exited EOF %!s(MISSING)
The text was updated successfully, but these errors were encountered:
The cause: rev 37f4ae9:
- a.log.Debugf("[%s] readLoop exited", a.name) + a.log.Debugf("[%s] readLoop exited %s %s", a.name, closeErr)
Should be:
a.log.Debugf("[%s] readLoop exited %s", a.name, closeErr)
Sorry, something went wrong.
Fix debug log format
6db64a5
Resolves #112
1c94953
Successfully merging a pull request may close this issue.
Your environment.
A debug log is broken:
The text was updated successfully, but these errors were encountered: