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 = []