bug-mcron
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-mcron] [PATCH 21/33] main: Remove obsolete debug option.


From: Mathieu Lirzin
Subject: [Bug-mcron] [PATCH 21/33] main: Remove obsolete debug option.
Date: Sun, 27 Sep 2015 23:00:32 +0200

* scm/mcron/main.scm (main): Remove obsolete invocation of
  'debug-enable'.
---
 scm/mcron/main.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scm/mcron/main.scm b/scm/mcron/main.scm
index 44f8104..4aea584 100644
--- a/scm/mcron/main.scm
+++ b/scm/mcron/main.scm
@@ -311,7 +311,6 @@ comes in on the above socket."
 (define (main . args)
   ;; Turn debugging on if indicated.
   (when config-debug
-    (debug-enable 'debug)
     (debug-enable 'backtrace))
   (when (option-ref options 'version #f)
     (show-version))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]