mirror of
https://github.com/apache/httpd.git
synced 2025-07-25 17:01:22 +00: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)
|
||||
{
|
||||
ap_log_error(APLOG_MARK,APLOG_ERR,OK,NULL, APLOGNO(01866)"Optional hook test said: %s",
|
||||
szStr);
|
||||
ap_log_error(APLOG_MARK,APLOG_DEBUG,OK,NULL, APLOGNO(01866)
|
||||
"Optional hook test said: %s", szStr);
|
||||
|
||||
return OK;
|
||||
}
|
||||
|
Reference in New Issue
Block a user