Skip to content

Commit

Permalink
fix: fix output message.
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannibianco committed Jun 13, 2024
1 parent 5ebbc25 commit 3c7fde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notify-mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def worker(workq: multiprocessing.Queue):
log_local.error(f"Failed sending message: {msg.value.get('NAME') or msg.value['SUBS_NAME']} to {msg.value.get('DESTINATION')}")
continue

log_local.info(f"sent: {msg.value.get('SUBS_NAME')} to {msg.value.get('DESTINATION')} on {msg.value.get('MQTT_TOPIC')}")
log_local.info(f"sent: {msg.value.get('SUBS_NAME')} to {msg.value.get('DESTINATION')}")


if __name__ == "__main__":
Expand Down

0 comments on commit 3c7fde0

Please sign in to comment.