From 101205662588f033c944034f91e7d3cda06d6e56 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 26 Jul 2017 12:24:51 +0100 Subject: 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(-) (limited to 'gnu/services') diff --git a/gnu/services/admin.scm b/gnu/services/admin.scm index e24aebae2c..14452a86c7 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 -- cgit v1.2.3