changeset 13141:537d4b6d9a7a

lmtp: Error message update
author Timo Sirainen <tss@iki.fi>
date Thu, 30 Jun 2011 08:35:43 +0300
parents 36e7ded2ef0b
children aaffc1bf6c65
files src/lmtp/client.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lmtp/client.c	Thu Jun 30 08:34:28 2011 +0300
+++ b/src/lmtp/client.c	Thu Jun 30 08:35:43 2011 +0300
@@ -32,7 +32,7 @@
 {
 	client_destroy(client,
 		       t_strdup_printf("421 4.4.2 %s", client->my_domain),
-		       "Disconnected for inactivity");
+		       "Disconnected client for inactivity");
 }
 
 static int client_input_line(struct client *client, const char *line)