diff options
author | pjd <pjd@FreeBSD.org> | 2011-03-21 14:53:27 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2011-03-21 14:53:27 +0000 |
commit | d3221d1a456368b05786dbf72badd0488bc12276 (patch) | |
tree | d31a3ca5547e303a45bfc2b3ada416f0a92231b9 /sbin/hastd/hooks.c | |
parent | 6ddd70cb46462c614faf216a9a3306309aff04bf (diff) | |
download | FreeBSD-src-d3221d1a456368b05786dbf72badd0488bc12276.zip FreeBSD-src-d3221d1a456368b05786dbf72badd0488bc12276.tar.gz |
Increase debug level of "Checking hooks." message.
MFC after: 1 week
Diffstat (limited to 'sbin/hastd/hooks.c')
-rw-r--r-- | sbin/hastd/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/hooks.c b/sbin/hastd/hooks.c index 2cc8b68..b161c0c 100644 --- a/sbin/hastd/hooks.c +++ b/sbin/hastd/hooks.c @@ -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. |