From 27601f6b40623abbefa13a3ef1f40e13eb05f8b2 Mon Sep 17 00:00:00 2001 From: brectanus Date: Fri, 11 Apr 2008 20:12:42 +0000 Subject: [PATCH] Remove some extraneous debugging. --- apache2/apache2_util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apache2/apache2_util.c b/apache2/apache2_util.c index ca5f532d..9ebf34e6 100644 --- a/apache2/apache2_util.c +++ b/apache2/apache2_util.c @@ -105,7 +105,6 @@ int apache2_exec(modsec_rec *msr, const char *command, const char **argv, char * apr_procattr_io_set(procattr, APR_NO_PIPE, APR_FULL_BLOCK, APR_NO_PIPE); apr_procattr_cmdtype_set(procattr, APR_SHELLCMD); - msr_log(msr, 9, "Exec: %s", log_escape_nq(r->pool, command)); rc = apr_proc_create(procnew, command, argv, env, procattr, r->pool); if (rc != APR_SUCCESS) { msr_log(msr, 1, "Exec: Execution failed: %s (%s)", log_escape_nq(r->pool, command),