mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Increase debug level of "Checking hooks." message.
MFC after: 1 week
This commit is contained in:
parent
e208a185f0
commit
2b5ad0e077
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ hook_check(void)
|
|||
|
||||
assert(hooks_initialized);
|
||||
|
||||
pjdlog_debug(1, "Checking hooks.");
|
||||
pjdlog_debug(2, "Checking hooks.");
|
||||
|
||||
/*
|
||||
* Report about processes that are running for a long time.
|
||||
|
|
|
|||
Loading…
Reference in a new issue