Merge pull request #2781 from erkia/fix/add-aplog-use-module

Fix logging for Apache 2.4 (again)
This commit is contained in:
martinhsv
2022-11-14 14:26:54 -05:00
committed by GitHub
2 changed files with 3 additions and 6 deletions

View File

@@ -25,12 +25,6 @@
#include "apr_optional.h"
#include "mod_log_config.h"
/*
* #ifdef APLOG_USE_MODULE
* APLOG_USE_MODULE(security2);
* #endif
*/
#include "msc_logging.h"
#include "msc_util.h"