dovecot-2.2: lib-master: Slightly improved "process_limit reache...
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Tue Sep 22 10:55:15 UTC 2015
    
    
  
details:   http://hg.dovecot.org/dovecot-2.2/rev/11c1a5cf41f8
changeset: 19178:11c1a5cf41f8
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Sep 22 13:53:47 2015 +0300
description:
lib-master: Slightly improved "process_limit reached?" error message.
diffstat:
 src/lib-master/master-auth.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 587226389203 -r 11c1a5cf41f8 src/lib-master/master-auth.c
--- a/src/lib-master/master-auth.c	Tue Sep 22 13:50:08 2015 +0300
+++ b/src/lib-master/master-auth.c	Tue Sep 22 13:53:47 2015 +0300
@@ -110,7 +110,7 @@
 	if (ret <= 0) {
 		if (ret == 0 || errno == ECONNRESET) {
 			i_error("read(%s) failed: Remote closed connection "
-				"(service's process_limit reached?)",
+				"(destination service { process_limit } reached?)",
 				conn->auth->path);
 		} else {
 			if (errno == EAGAIN)
    
    
More information about the dovecot-cvs
mailing list