From 96a89b939337fcdcd2669f7d302c35e58b8a10d4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 3 Jan 2019 10:40:54 +0100 Subject: logging --- guix/fixed-fcgiwrap.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'guix') diff --git a/guix/fixed-fcgiwrap.scm b/guix/fixed-fcgiwrap.scm index cb7288b..ed0dbbb 100644 --- a/guix/fixed-fcgiwrap.scm +++ b/guix/fixed-fcgiwrap.scm @@ -108,8 +108,10 @@ (match '#$parsed-socket (('unix path) ;; Clean up socket, otherwise fcgiwrap might not start properly. + (local-output "cleaning up socket") (clean-up path) (when #$ensure-dir? + (local-output "ensuring socket dir") (ensure-socket-dir (dirname path) #$user #$group)) (let ((pid (start-fcgiwrap))) (cond -- cgit v1.2.3