guix-commits
[Top][All Lists]
Advanced

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

05/05: services: admin: Simplify the handling of the Tailon debug? optio


From: Christopher Baines
Subject: 05/05: services: admin: Simplify the handling of the Tailon debug? option.
Date: Wed, 9 Aug 2017 19:32:27 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 101205662588f033c944034f91e7d3cda06d6e56
Author: Christopher Baines <address@hidden>
Date:   Wed Jul 26 12:24:51 2017 +0100

    services: admin: Simplify the handling of the Tailon debug? option.
    
    * gnu/services/admin.scm (tailon-configuration-file-compiler): Simplify the
      handling of debug?.
---
 gnu/services/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/admin.scm b/gnu/services/admin.scm
index e24aeba..14452a8 100644
--- a/gnu/services/admin.scm
+++ b/gnu/services/admin.scm
@@ -276,7 +276,7 @@ for ROTATION."
           ("commands" . ,(string-append "["
                                         (string-join allowed-commands ", ")
                                         "]"))
-          ,@(if debug? '(("debug" . "true")) '())
+          ("debug" . ,(if debug? "true" #f))
           ("wrap-lines" . ,(if wrap-lines "true" "false"))
           ("http-auth" . ,http-auth)
           ("users" . ,(if users



reply via email to

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