Fix typo in log message

This commit is contained in:
Ray Miller 2025-01-12 11:05:26 +00:00
parent 3565109071
commit b0070af1fd
Signed by: ray
GPG key ID: 043F786C4CD681B8

View file

@ -117,7 +117,7 @@ variable (in that order). Raise an exception if the variable is not found."
(define-method (perform (a <act>) (c <connection>))
(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