Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Logger: Append newlines to messages in error log files
Since 493e8f5 (Consistently use no LF in ERROR() calls) there are no newlines in the messages, so they should be appended centrally. Fixes SIPp#722.
- Loading branch information
b7ed83e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is working here. Thanks!
Now to fix those errors its spitting out :( [next_url] is getting garbage when the contact header is not in the sip message with rrs="true". Looking at all the code paths I don't see an obvious place where next_req_url is being set to anything other than NULL.