Skip to content

Add source IP and port to syslog for upnp_event_send() error.

Thomas Bernard requested to merge dkerr64:send_event_msg into master

Created by: dkerr64

Adds the IP and port of requesting host when a send error is logged to syslog so that it is possible to identify the application causing the problem. Copied the syntax used for Connect() errors in same file.

Merge request reports