You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2014/12/21 12:47:26 UTC

svn commit: r1647125 - /httpd/httpd/trunk/server/util_expr_eval.c

Author: covener
Date: Sun Dec 21 11:47:26 2014
New Revision: 1647125

URL: http://svn.apache.org/r1647125
Log:
looks like debug left in r1642154


Modified:
    httpd/httpd/trunk/server/util_expr_eval.c

Modified: httpd/httpd/trunk/server/util_expr_eval.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_expr_eval.c?rev=1647125&r1=1647124&r2=1647125&view=diff
==============================================================================
--- httpd/httpd/trunk/server/util_expr_eval.c (original)
+++ httpd/httpd/trunk/server/util_expr_eval.c Sun Dec 21 11:47:26 2014
@@ -481,8 +481,6 @@ static ap_expr_t *ap_expr_info_make(int
                 break;
         }
     }
-                        ap_log_error(APLOG_MARK, APLOG_ERR, 0, 0,
-                                    "sss %s", parms.arg);
     if (ctx->lookup_fn(&parms) != OK)
         return NULL;
     return info;