changeset 3057:3e5faae6f10b HEAD

typofix
author Timo Sirainen <tss@iki.fi>
date Fri, 07 Jan 2005 19:24:12 +0200
parents 90ac3ec026cf
children 052f3a5743af
files src/lib-auth/auth-server-request.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-auth/auth-server-request.c	Fri Jan 07 19:24:00 2005 +0200
+++ b/src/lib-auth/auth-server-request.c	Fri Jan 07 19:24:12 2005 +0200
@@ -207,7 +207,7 @@
 
 	list = t_strsplit(args, "\t");
 	if (list[0] == NULL) {
-		i_error("BUG: Authentication server sent broken OK line");
+		i_error("BUG: Authentication server sent broken FAIL line");
 		return FALSE;
 	}