[dovecot-cvs] dovecot/src/imap-login client-authenticate.c, 1.29,
1.30
cras at dovecot.org
cras at dovecot.org
Mon Oct 11 21:27:44 EEST 2004
Update of /var/lib/cvs/dovecot/src/imap-login
In directory talvi:/tmp/cvs-serv13937/imap-login
Modified Files:
client-authenticate.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: client-authenticate.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap-login/client-authenticate.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- client-authenticate.c 11 Oct 2004 17:14:26 -0000 1.29
+++ client-authenticate.c 11 Oct 2004 18:27:42 -0000 1.30
@@ -118,7 +118,7 @@
break;
case SASL_SERVER_REPLY_MASTER_FAILED:
client_send_line(client, "* BYE Internal login failure. "
- "Error report written to server log.");
+ "Refer to server log for more information.");
client_destroy(client, t_strconcat("Internal login failure: ",
client->common.virtual_user,
NULL));
More information about the dovecot-cvs
mailing list