]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-master: If post-login socket disconnects unexpectedly, suggest process_limit...
authorTimo Sirainen <tss@iki.fi>
Tue, 8 Feb 2011 01:31:46 +0000 (03:31 +0200)
committerTimo Sirainen <tss@iki.fi>
Tue, 8 Feb 2011 01:31:46 +0000 (03:31 +0200)
src/lib-master/master-auth.c

index ff60ba893c0762ed9ef8c8bf39bfd64291ac8255..05c78241ef1897024e498cc73447947964606196 100644 (file)
@@ -116,7 +116,8 @@ static void master_auth_connection_input(struct master_auth_connection *conn)
                                return;
                        i_error("read(%s) failed: %m", conn->auth->path);
                } else {
-                       i_error("read(%s) failed: Remote closed connection",
+                       i_error("read(%s) failed: Remote closed connection "
+                               "(process_limit reached?)",
                                conn->auth->path);
                }
                master_auth_connection_deinit(&conn);