Thanks, I am going to merge it.
On the other hand, if you want to clean a bit more the log messages, you can remove the name of the function from the log message, because now it is added automatically.
For example:
``` LM_INFO("peer_connect(): Trying to connect t... ```
should become:
``` LM_INFO("Trying to connect t... ```
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/692#issuecomment-230278742