Skip to content

Commit

Permalink
Silence issue #80 from sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Maj committed Jan 10, 2022
1 parent 1cb131c commit d7b0a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pktfwd/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,5 @@ def retry_start_concentrator(is_sx1302, spi_bus,
# lora_pkt_fwd exited with error. Restart the container by letting
# the python application exit without error.
else:
LOGGER.error("lora_pkt_fwd stopped with code=%s." %
LOGGER.warning("lora_pkt_fwd stopped with code=%s." %
lora_pkt_fwd_proc_returncode)

0 comments on commit d7b0a07

Please sign in to comment.