diff options
author | Christian Hesse <mail@eworm.de> | 2022-11-17 22:10:52 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-11-17 22:10:52 +0100 |
commit | 9f02f0433422ce8f51e235aa73d6028542cd2e9c (patch) | |
tree | 7de733875215b094f35df9d47d34b320f7074dfd | |
parent | 7594345da81ef0cb9b6842a069a8cb90085fa9f5 (diff) |
mod/notification-email: fix typo
-rw-r--r-- | mod/notification-email | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notification-email b/mod/notification-email index 0c07beb..bcf0cc6 100644 --- a/mod/notification-email +++ b/mod/notification-email @@ -21,7 +21,7 @@ :local QueueLen [ :len $EmailQueue ]; :if ([ /tool/e-mail/get last-status ] = "in-progress") do={ - $LogPrintExit2 debug $0 ("Sending mail in currently in progress, not flushing.") false; + $LogPrintExit2 debug $0 ("Sending mail is currently in progress, not flushing.") false; :return false; } |