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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to