From b151c44c35736702f1d093443074d722cbac4cac Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 2 Aug 2012 11:07:08 +0200 Subject: [PATCH] Debug-print also error message on ERROR authentication --- libebackend/e-authentication-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libebackend/e-authentication-session.c b/libebackend/e-authentication-session.c index 470e75f..4f3a0f1 100644 --- a/libebackend/e-authentication-session.c +++ b/libebackend/e-authentication-session.c @@ -615,7 +615,7 @@ exit: switch (session_result) { case E_AUTHENTICATION_SESSION_ERROR: authentication_session_msg ( - session, "Complete (ERROR)"); + session, "Complete (ERROR - %s)", error && *error ? (*error)->message : "Uknown/Unset error"); break; case E_AUTHENTICATION_SESSION_SUCCESS: authentication_session_msg ( -- 2.7.4