Skip to content
New issue

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

Split dropped packet transport logging #3636

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

mbradeen
Copy link
Contributor

@mbradeen mbradeen commented Jul 17, 2023

To fix #3476.

Split logging to keep Warning regarding dropped packet at level 1 while moving the packet contents to 4.

The existing fix moves the entire log entry to 4. The fact that there was a dropped packet should still be logged at level 2.

@CLAassistant
Copy link

CLAassistant commented Jul 17, 2023

CLA assistant check
All committers have signed the CLA.

@sauwming sauwming merged commit d2c0c3d into pjsip:master Jul 20, 2023
34 checks passed
@sauwming
Copy link
Member

For future reference, the log level is increased because the packet source information is deemed important to identify any rogue senders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid inbound binary data should not be logged with %s, and probably not as ERROR
4 participants