changeset 14123:9b70d164e974

director: Log an error if auth connection disconnects unexpectedly.
author Timo Sirainen <tss@iki.fi>
date Sun, 12 Feb 2012 05:35:54 +0200
parents b77aa92e3931
children 57c735865b19
files src/director/auth-connection.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/director/auth-connection.c	Sun Feb 12 05:17:46 2012 +0200
+++ b/src/director/auth-connection.c	Sun Feb 12 05:35:54 2012 +0200
@@ -38,6 +38,7 @@
 		return;
 	case -1:
 		/* disconnected */
+		i_error("Auth server disconnected unexpectedly");
 		auth_connection_disconnected(&conn);
 		return;
 	case -2: