[dovecot-cvs] dovecot/src/lib-storage mail-storage.c,1.30,1.31

cras at dovecot.org cras at dovecot.org
Mon Oct 11 21:27:43 EEST 2004


Update of /var/lib/cvs/dovecot/src/lib-storage
In directory talvi:/tmp/cvs-serv13937/lib-storage

Modified Files:
	mail-storage.c 
Log Message:
Changed the "internal error" message, once again. Hopefully this is finally
clear enough for people to actually understand to look at the logs.



Index: mail-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/mail-storage.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- mail-storage.c	29 Aug 2004 07:52:02 -0000	1.30
+++ mail-storage.c	11 Oct 2004 18:27:40 -0000	1.31
@@ -10,7 +10,7 @@
 
 /* Message to show to users when critical error occurs */
 #define CRITICAL_MSG \
-	"Internal error occured. Error report written to server log."
+	"Internal error occured. Refer to server log for more information."
 #define CRITICAL_MSG_STAMP CRITICAL_MSG " [%Y-%m-%d %H:%M:%S]"
 
 struct mail_storage_list {



More information about the dovecot-cvs mailing list