MCPcopy Create free account
hub / github.com/apache/httpd / log_no_err

Function log_no_err

support/suexec.c:212–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212static void log_no_err(const char *fmt,...)
213{
214#ifdef AP_LOG_EXEC
215 va_list ap;
216
217 va_start(ap, fmt);
218 err_output(0, fmt, ap); /* 0 == !is_error */
219 va_end(ap);
220#endif /* AP_LOG_EXEC */
221 return;
222}
223
224static void clean_env(void)
225{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected