Enable new alert API/configuration

This commit is contained in:
Alfredo Cardigliano 2020-07-28 10:29:03 +02:00
parent 9acf38efa9
commit 2c6987db3c
3 changed files with 24 additions and 105 deletions

View file

@ -319,7 +319,7 @@ function notification_recipients.processNotifications(now, periodic_frequency, f
-- traceError(TRACE_ERROR, TRACE_CONSOLE, "No dequeueRecipientAlerts callback defined for "..recipient.recipient_name)
end
else
traceError(TRACE_ERROR, TRACE_CONSOLE, "Module "..recipient.recipient_name.." not available")
traceError(TRACE_ERROR, TRACE_CONSOLE, "Module "..module_name.." not available")
end
-- end
end