Fix -notify and -notify3 output with -quiet.

This commit is contained in:
Dominik Pantůček 2023-12-06 21:00:35 +01:00
parent 5185567842
commit 2dc8d3c119

View file

@ -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)