From 2cbe7d12b06b7ecb16c2f5cda3402e9e40ce641c Mon Sep 17 00:00:00 2001 From: Birkin James Diana Date: Fri, 3 Jan 2025 07:07:07 -0500 Subject: [PATCH] updates log-message. --- lib_emailer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_emailer.py b/lib_emailer.py index 7933df6..a960846 100644 --- a/lib_emailer.py +++ b/lib_emailer.py @@ -94,7 +94,7 @@ def send_email(self, email_addresses: list[list[str, str]], message: str) -> Non On a successful update email, the email_addresses will be the project-admins. On a setup problem email, the email_addresses will be the self-updater sys-admins. """ - log.debug('starting send_email_of_diffs()') + log.debug('starting send_email()') log.debug(f'email_addresses: ``{email_addresses}``') ## prep email data ---------------------------------------------- built_recipients = []