From: Art Cancro Date: Sun, 19 Jul 2009 04:51:23 +0000 (+0000) Subject: * Added a log message that indicates what went wrong when an OpenID association fails. X-Git-Tag: v7.86~976 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=45550caffb5422d44c827f9f13840ed137187b2a;p=citadel.git * Added a log message that indicates what went wrong when an OpenID association fails. --- diff --git a/webcit/openid.c b/webcit/openid.c index 75ced9909..65247d975 100644 --- a/webcit/openid.c +++ b/webcit/openid.c @@ -86,6 +86,9 @@ void openid_attach(void) { http_redirect(&buf[4]); return; } + else { + lprintf(CTDL_DEBUG, "OpenID attach failed: %s\n", &buf[4]); + } } /* If we get to this point then something failed. */