When a client of any protocol handler sends a command to initiate SSL/TLS on a connec...
[citadel.git] / webcit / mainmenu.c
index d62a0bdbd8fb7948f2a725a430440f6ea63a311a..c7317213b20efd141f930f27d6af32a928880932 100644 (file)
@@ -97,6 +97,7 @@ void do_generic(void) {
        // We may have been supplied with instructions regarding the location
        // to which we must return after posting.  If found, go there.
        if (havebstr("return_to")) {
+               syslog(LOG_DEBUG, "return_to = %s", bstr("return_to"));
                http_redirect(bstr("return_to"));
        }