Skip to content

Commit

Permalink
Oneliner to rebase (changing output of log.warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
RedProkofiev committed Sep 20, 2023
1 parent a491020 commit fe4bf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssm/ssm2.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def send_all(self):

# log that the message was sent
if log_string[0] == 'M':
log.warning("Message %s is empty and returns a None type.", msgid)
log.warning(log_string)
else:
log.info(log_string)

Expand Down

0 comments on commit fe4bf07

Please sign in to comment.