From 2b5ad0e077ff2409d27c8af7e041644e8997ea92 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Mon, 21 Mar 2011 14:53:27 +0000 Subject: [PATCH] Increase debug level of "Checking hooks." message. MFC after: 1 week --- sbin/hastd/hooks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/hastd/hooks.c b/sbin/hastd/hooks.c index 2cc8b68fac92..b161c0c0442b 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.