| 372 | } |
| 373 | |
| 374 | static void log_bad_create_options(server_rec *s, const char *type) |
| 375 | { |
| 376 | ap_log_error(APLOG_MARK, APLOG_EMERG, 0, s, APLOGNO(00021) |
| 377 | "Invalid options were specified when creating the %s mutex", |
| 378 | type); |
| 379 | } |
| 380 | |
| 381 | static void log_unknown_type(server_rec *s, const char *type) |
| 382 | { |
no test coverage detected