Skip to content

Commit 4fbb449

Browse files
committed
fixup
1 parent 52ace9f commit 4fbb449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/loggers/mod_log_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ static void *ap_default_log_writer_init(apr_pool_t *p, server_rec *s,
16721672
apr_status_t rv;
16731673
apr_file_t *fd;
16741674

1675-
if (err == NULL && priority > LOG_DEBUG) {
1675+
if (err == NULL && priority > APLOG_DEBUG) {
16761676
err = "TRACE level debugging not supported with journald";
16771677
}
16781678

0 commit comments

Comments
 (0)