Skip to content

Commit

Permalink
updates log-message.
Browse files Browse the repository at this point in the history
  • Loading branch information
birkin committed Jan 3, 2025
1 parent 59e07fb commit 2cbe7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_emailer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 2cbe7d1

Please sign in to comment.