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

Function log_err

support/suexec.c:200–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200static void log_err(const char *fmt,...)
201{
202#ifdef AP_LOG_EXEC
203 va_list ap;
204
205 va_start(ap, fmt);
206 err_output(1, fmt, ap); /* 1 == is_error */
207 va_end(ap);
208#endif /* AP_LOG_EXEC */
209 return;
210}
211
212static void log_no_err(const char *fmt,...)
213{

Callers 2

clean_envFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected