diff options
author | EuAndreh <eu@euandre.org> | 2023-03-11 16:11:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-11 16:11:26 -0300 |
commit | 53bc4fc5f0ed32a93ddb682389176f3b17069e5a (patch) | |
tree | ab09501274ddf792aaf266c6ab1c965a71c21eb7 /src | |
parent | Revert "queue.scm: Try disabling cyrus-sasl action to fix the build" (diff) | |
download | package-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.scm | 2 |
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)))))))))))) |