mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
mod_optional_hook_import: debug message at APLOG_DEBUG level.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893499 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -21,8 +21,8 @@
|
|||||||
|
|
||||||
static int ImportOptionalHookTestHook(const char *szStr)
|
static int ImportOptionalHookTestHook(const char *szStr)
|
||||||
{
|
{
|
||||||
ap_log_error(APLOG_MARK,APLOG_ERR,OK,NULL, APLOGNO(01866)"Optional hook test said: %s",
|
ap_log_error(APLOG_MARK,APLOG_DEBUG,OK,NULL, APLOGNO(01866)
|
||||||
szStr);
|
"Optional hook test said: %s", szStr);
|
||||||
|
|
||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user