summaryrefslogtreecommitdiff
path: root/libebackend/e-authentication-session.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-08-02 11:07:08 +0200
committerMilan Crha <mcrha@redhat.com>2012-08-02 11:07:08 +0200
commitb151c44c35736702f1d093443074d722cbac4cac (patch)
tree5a7f47e6ff4e0566fda3df984344da39c5303207 /libebackend/e-authentication-session.c
parent0e49ca960f38abcf1273b7b4caab9bb74405c145 (diff)
downloadevolution-data-server-b151c44c35736702f1d093443074d722cbac4cac.tar.gz
Debug-print also error message on ERROR authentication
Diffstat (limited to 'libebackend/e-authentication-session.c')
-rw-r--r--libebackend/e-authentication-session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libebackend/e-authentication-session.c b/libebackend/e-authentication-session.c
index 470e75fe2..4f3a0f11a 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 (