diff options
Diffstat (limited to 'tojo-tokyo')
-rw-r--r-- | tojo-tokyo/monitoring.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tojo-tokyo/monitoring.scm b/tojo-tokyo/monitoring.scm index 7d55dda..b7f56bb 100644 --- a/tojo-tokyo/monitoring.scm +++ b/tojo-tokyo/monitoring.scm @@ -55,7 +55,7 @@ (string=? (substring fs 0 5) "/dev/")))) (df)))) -(define-syntax-rule (heartbeat ((p? body ...) ...)) +(define-syntax-rule (heartbeat (p? body ...) ...) (let ((heartbeat-cancel? #f)) (when p? body ... (set! heartbeat-cancel? #t))) ... (unless heartbeat-cancel? |