changeset 3640:e06617e148fc HEAD

Added "master out" debugging also for USER queries from master (ie. from deliver)
author Timo Sirainen <tss@iki.fi>
date Wed, 05 Oct 2005 22:44:05 +0300
parents 35a6bc4876e4
children 3de464cb604f
files src/auth/auth-master-connection.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/auth-master-connection.c	Wed Oct 05 22:24:34 2005 +0300
+++ b/src/auth/auth-master-connection.c	Wed Oct 05 22:44:05 2005 +0300
@@ -92,6 +92,10 @@
 		str_append(str, auth_stream_reply_export(reply));
 		str_append_c(str, '\n');
 	}
+
+	if (conn->listener->auth->verbose_debug)
+		i_info("master out: %s", str_c(str));
+
 	(void)o_stream_send(conn->output, str_data(str), str_len(str));
 	auth_request_unref(auth_request);
 }