* Added a log message that indicates what went wrong when an OpenID association fails.
[citadel.git] / 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. */