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)