From: Milan Crha Date: Thu, 2 Aug 2012 09:07:08 +0000 (+0200) Subject: Debug-print also error message on ERROR authentication X-Git-Tag: upstream/3.7.4~612 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b151c44c35736702f1d093443074d722cbac4cac;p=platform%2Fupstream%2Fevolution-data-server.git Debug-print also error message on ERROR authentication --- 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 (