[dovecot-cvs] dovecot/src/master main.c,1.22,1.23

cras at procontrol.fi cras at procontrol.fi
Sat Dec 28 11:04:04 EET 2002


Update of /home/cvs/dovecot/src/master
In directory danu:/tmp/cvs-serv16613/master

Modified Files:
	main.c 
Log Message:
Forgot to handle FATAL_LOGERROR.



Index: main.c
===================================================================
RCS file: /home/cvs/dovecot/src/master/main.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- main.c	20 Dec 2002 01:47:11 -0000	1.22
+++ main.c	28 Dec 2002 09:04:01 -0000	1.23
@@ -89,6 +89,8 @@
 		return "Can't open log file";
 	case FATAL_LOGWRITE:
 		return "Can't write to log file";
+	case FATAL_LOGERROR:
+		return "Internal logging error";
 	case FATAL_OUTOFMEM:
 		return "Out of memory";
 	case FATAL_EXEC:




More information about the dovecot-cvs mailing list