* Added a log message that indicates what went wrong when an OpenID association fails.
authorArt Cancro <ajc@citadel.org>
Sun, 19 Jul 2009 04:51:23 +0000 (04:51 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 19 Jul 2009 04:51:23 +0000 (04:51 +0000)
webcit/openid.c

index 75ced9909d587b76bb544261d209696d15c1b037..65247d975f9778209eaa3c036ca5485933affd06 100644 (file)
@@ -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. */