mirror of
https://github.com/openappsec/attachment.git
synced 2025-06-28 16:41:03 +03:00
Reducde debug level
This commit is contained in:
parent
d889997915
commit
455cadc120
@ -227,7 +227,7 @@ is_static_resource_request(ngx_str_t *static_resource_name)
|
|||||||
|
|
||||||
if (!is_static_resources_table_initialized()) {
|
if (!is_static_resources_table_initialized()) {
|
||||||
write_dbg(
|
write_dbg(
|
||||||
DBG_LEVEL_WARNING,
|
DBG_LEVEL_DEBUG,
|
||||||
"Cannot determine whether request is for a static resource: static resources' table is not initialized"
|
"Cannot determine whether request is for a static resource: static resources' table is not initialized"
|
||||||
);
|
);
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user