1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Adds some log messages related to configure.

Also fixes a bug in the previous patch.
This commit is contained in:
Ondrej Zajicek
2010-02-06 22:57:51 +01:00
parent ebae4770c9
commit 76b53a4e20
3 changed files with 34 additions and 10 deletions

View File

@@ -314,7 +314,7 @@ void
sysdep_shutdown_done(void)
{
unlink(path_control_socket);
log_msg(L_FATAL "System shutdown completed");
log_msg(L_FATAL "Shutdown completed");
exit(0);
}
@@ -476,6 +476,7 @@ main(int argc, char **argv)
async_dump_flag = 1;
#endif
log(L_INFO "Started");
DBG("Entering I/O loop.\n");
io_loop();