]> granicus.if.org Git - apache/commitdiff
just saw this bug
authorIan Holsman <ianh@apache.org>
Thu, 29 Aug 2002 22:58:52 +0000 (22:58 +0000)
committerIan Holsman <ianh@apache.org>
Thu, 29 Aug 2002 22:58:52 +0000 (22:58 +0000)
PR: 12181

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96579 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index 485b2fcee765214d10ec8da2cb0e18c953b9937c..c9b918669e9703321d98dbaa2e03b7fce0fbbb71 100644 (file)
@@ -4178,7 +4178,7 @@ static void add_cookie(request_rec *r, char *s)
                 */
                 apr_table_add(rmain->err_headers_out, "Set-Cookie", cookie);
                 apr_pool_userdata_set("set", notename, NULL, rmain->pool);
-                rewritelog(rmain, 5, "setting cookie '%s' to '%s'", var, val);
+                rewritelog(rmain, 5, "setting cookie '%s'", cookie);
             }
             else {
                 rewritelog(rmain, 5, "cookie '%s' is already set..skipping", var);