mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-22 12:18:59 +00:00
miniupnpd: change IP change msg from LOG_DEBUG to LOG_INFO
This commit is contained in:
parent
9f665b572f
commit
8d93ddb076
@ -1676,7 +1676,7 @@ main(int argc, char * * argv)
|
||||
/* send public address change notifications if needed */
|
||||
if(should_send_public_address_change_notif)
|
||||
{
|
||||
syslog(LOG_DEBUG, "should send external iface address change notification(s)");
|
||||
syslog(LOG_INFO, "should send external iface address change notification(s)");
|
||||
#ifdef ENABLE_NATPMP
|
||||
if(GETFLAG(ENABLENATPMPMASK))
|
||||
SendNATPMPPublicAddressChangeNotification(snatpmp, addr_count);
|
||||
|
Loading…
x
Reference in New Issue
Block a user