Fix -notify and -notify3 output with -quiet.
This commit is contained in:
parent
5185567842
commit
2dc8d3c119
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@
|
||||||
(if (null? nmembers)
|
(if (null? nmembers)
|
||||||
(print "Everyone paid on time.")
|
(print "Everyone paid on time.")
|
||||||
(let ()
|
(let ()
|
||||||
(print "Notify" (-notify-months-))
|
(stdout-print "Notify" (-notify-months-))
|
||||||
(let loop ((lst nmembers))
|
(let loop ((lst nmembers))
|
||||||
(when (and (not (null? lst))
|
(when (and (not (null? lst))
|
||||||
(or (not mr)
|
(or (not mr)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue