svn commit: r219832 - head/sbin/hastd

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Mar 21 14:53:28 UTC 2011


Author: pjd
Date: Mon Mar 21 14:53:27 2011
New Revision: 219832
URL: http://svn.freebsd.org/changeset/base/219832

Log:
  Increase debug level of "Checking hooks." message.
  
  MFC after:	1 week

Modified:
  head/sbin/hastd/hooks.c

Modified: head/sbin/hastd/hooks.c
==============================================================================
--- head/sbin/hastd/hooks.c	Mon Mar 21 14:51:16 2011	(r219831)
+++ head/sbin/hastd/hooks.c	Mon Mar 21 14:53:27 2011	(r219832)
@@ -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.


More information about the svn-src-all mailing list