From 7be05137c367a7bbff6b7980aa14e8af0c24eca6 Mon Sep 17 00:00:00 2001 From: David Coppit Date: Sat, 27 Jun 2015 15:45:08 -0400 Subject: [PATCH] Fix DEBUG config var --- sample.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.conf b/sample.conf index 70348fc..1cdf83e 100644 --- a/sample.conf +++ b/sample.conf @@ -40,4 +40,4 @@ UMASK=0 IGNORE_EVENTS_WHILE_COMMAND_IS_RUNNING=1 # Set this to 1 to log all events, for debugging purposes. WARNING! This creates copious amounts of confusing logging! -DEBUG_EVENTS=0 +DEBUG=0