changeset 926:274c722acc35 HEAD

Write "Dovecot starting up" to log file.
author Timo Sirainen <tss@iki.fi>
date Wed, 08 Jan 2003 23:24:42 +0200
parents 2e649dec0f09
children 935d0b1df754
files src/master/main.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/master/main.c	Wed Jan 08 23:13:05 2003 +0200
+++ b/src/master/main.c	Wed Jan 08 23:24:42 2003 +0200
@@ -233,6 +233,8 @@
 		i_set_info_file(set_info_log_path);
 
 	i_set_failure_timestamp_format(set_log_timestamp);
+
+	i_info("Dovecot starting up");
 }
 
 static void main_init(void)