summaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-02-06 22:57:51 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2010-02-06 22:57:51 +0100
commit76b53a4e207696c535a45f4358a8e047ca936e45 (patch)
tree811a773920c3859f6e1c8c76cdf33ca30f993102 /sysdep
parentebae4770c949de41c64c9efbeaaef44adfb25790 (diff)
downloadbird-76b53a4e207696c535a45f4358a8e047ca936e45.tar
bird-76b53a4e207696c535a45f4358a8e047ca936e45.zip
Adds some log messages related to configure.
Also fixes a bug in the previous patch.
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/unix/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c
index 6107b22..7a1ef28 100644
--- a/sysdep/unix/main.c
+++ b/sysdep/unix/main.c
@@ -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();