mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Remove some extraneous debugging.
This commit is contained in:
parent
070e0bb0c6
commit
27601f6b40
@ -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_io_set(procattr, APR_NO_PIPE, APR_FULL_BLOCK, APR_NO_PIPE);
|
||||||
apr_procattr_cmdtype_set(procattr, APR_SHELLCMD);
|
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);
|
rc = apr_proc_create(procnew, command, argv, env, procattr, r->pool);
|
||||||
if (rc != APR_SUCCESS) {
|
if (rc != APR_SUCCESS) {
|
||||||
msr_log(msr, 1, "Exec: Execution failed: %s (%s)", log_escape_nq(r->pool, command),
|
msr_log(msr, 1, "Exec: Execution failed: %s (%s)", log_escape_nq(r->pool, command),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user