From b0070af1fd1dd2d666243501526f8d899bca5ebb Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Sun, 12 Jan 2025 11:05:26 +0000 Subject: [PATCH] Fix typo in log message --- modules/ordo.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ordo.scm b/modules/ordo.scm index f68a2ff..06b70ab 100644 --- a/modules/ordo.scm +++ b/modules/ordo.scm @@ -117,7 +117,7 @@ variable (in that order). Raise an exception if the variable is not found." (define-method (perform (a ) (c )) (when (check-tags (act-tags a)) (if (not (check-condition a c)) - (log-msg 'NOTICE "Skipping act " (act-name a) " (precondition not met") + (log-msg 'NOTICE "Skipping act " (act-name a) " (precondition not met)") (begin (log-msg 'NOTICE "Performing act " (act-name a)) (dynamic-wind