miniupnpd: change IP change msg from LOG_DEBUG to LOG_INFO

This commit is contained in:
Thomas Bernard 2014-03-13 11:31:51 +01:00
parent 9f665b572f
commit 8d93ddb076

View File

@ -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);