From 2dc8d3c119365a9cde6d70c9f40a842d431f9fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Wed, 6 Dec 2023 21:00:35 +0100 Subject: [PATCH] Fix -notify and -notify3 output with -quiet. --- src/hackerbase.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hackerbase.scm b/src/hackerbase.scm index f458a18..3844dd9 100644 --- a/src/hackerbase.scm +++ b/src/hackerbase.scm @@ -406,7 +406,7 @@ (if (null? nmembers) (print "Everyone paid on time.") (let () - (print "Notify" (-notify-months-)) + (stdout-print "Notify" (-notify-months-)) (let loop ((lst nmembers)) (when (and (not (null? lst)) (or (not mr)