From 178e60a66eb13c810bbf2c286088dd5c1300e927 Mon Sep 17 00:00:00 2001
From: Dave Collins <davec@conformal.com>
Date: Fri, 28 Feb 2014 09:52:44 -0600
Subject: [PATCH] Update sample conf regarding debuglevel subsystems.

The debuglevel parameter has accepted subsystems in additional to an
overall level for quite some time, but the sample config file was not
updated to reflect that.

This commit updates the sample config file accordingly.
---
 sample-btcd.conf | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sample-btcd.conf b/sample-btcd.conf
index 6eab03f9..7cf38e6c 100644
--- a/sample-btcd.conf
+++ b/sample-btcd.conf
@@ -160,7 +160,10 @@
 ; ------------------------------------------------------------------------------
 
 ; Debug logging level.
-; Valid options are {trace, debug, info, warn, error, critical}
+; Valid levels are {trace, debug, info, warn, error, critical}
+; You may also specify <subsystem>=<level>,<subsystem2>=<level>,... to set
+; log level for individual subsystems.  Use btcd --debuglevel=show to list
+; available subsystems.
 ; debuglevel=info
 
 ; The port used to listen for HTTP profile requests.  The profile server will