aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-11 16:11:26 -0300
committerEuAndreh <eu@euandre.org>2023-03-11 16:11:26 -0300
commit53bc4fc5f0ed32a93ddb682389176f3b17069e5a (patch)
treeab09501274ddf792aaf266c6ab1c965a71c21eb7 /src
parentRevert "queue.scm: Try disabling cyrus-sasl action to fix the build" (diff)
downloadpackage-repository-53bc4fc5f0ed32a93ddb682389176f3b17069e5a.tar.gz
package-repository-53bc4fc5f0ed32a93ddb682389176f3b17069e5a.tar.xz
queue.scm: Use debug procedure for cyrus-sasl-service extra action
Diffstat (limited to 'src')
-rw-r--r--src/xyz/euandreh/queue.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm
index 7e9f47b..c040ce6 100644
--- a/src/xyz/euandreh/queue.scm
+++ b/src/xyz/euandreh/queue.scm
@@ -540,6 +540,8 @@ collections.OrderedDict that works in Python 2.4-2.6.")
(documentation "FIXME:DOCUMENTATION")
(procedure
#~(lambda _
+ (format #t "Debug procedure"))
+ #;(lambda _
(for-each (lambda (name)
(format #t "~a/~a~%" #$config-dir name))
(map cyrus-service-configuration-name #$services))))))))))))