Skip to content

Commit

Permalink
Change back to single line printout
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch authored and SebastianSchildt committed May 20, 2024
1 parent 4982b7f commit c399beb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dbcfeeder.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,8 @@ def _run_receiver(self):
messages_sent += 1
if messages_sent >= (2 * last_sent_log_entry):
log.info(
"""
Update datapoint requests sent to kuksa.val so far: %d,
maximum number of queued CAN messages so far: %d
""",
"Update datapoint requests sent to kuksa.val so far: %d, "
"maximum number of queued CAN messages so far: %d",
messages_sent, queue_max_size
)
last_sent_log_entry = messages_sent
Expand Down

0 comments on commit c399beb

Please sign in to comment.