miniupnpd: log message when shutting down
This commit is contained in:
parent
6dff4263bd
commit
8fc7f0b5e1
|
@ -1,5 +1,8 @@
|
|||
$Id: Changelog.txt,v 1.354 2014/02/28 12:14:29 nanard Exp $
|
||||
|
||||
2014/02/28:
|
||||
log message when shutting down
|
||||
|
||||
2014/02/25:
|
||||
add implementation of scheduled sendto (asyncsendto) in order
|
||||
to retry failed sendto() calls or schedule sending of packets
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: miniupnpd.c,v 1.183 2014/02/06 09:52:01 nanard Exp $ */
|
||||
/* $Id: miniupnpd.c,v 1.185 2014/02/28 12:14:26 nanard Exp $ */
|
||||
/* MiniUPnP project
|
||||
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
|
||||
* (c) 2006-2014 Thomas Bernard
|
||||
|
@ -2026,6 +2026,7 @@ main(int argc, char * * argv)
|
|||
} /* end of main loop */
|
||||
|
||||
shutdown:
|
||||
syslog(LOG_NOTICE, "shutting down MiniUPnPd");
|
||||
/* send good-bye */
|
||||
if (GETFLAG(ENABLEUPNPMASK))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue