Skip to content

Commit

Permalink
modeld: less spammy with no cams
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Apr 9, 2024
1 parent da403a4 commit 34912b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/modeld/modeld.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def main(demo=False):
break

if buf_main is None:
cloudlog.error("vipc_client_main no frame")
cloudlog.debug("vipc_client_main no frame")
continue

if use_extra_client:
Expand All @@ -202,7 +202,7 @@ def main(demo=False):
break

if buf_extra is None:
cloudlog.error("vipc_client_extra no frame")
cloudlog.debug("vipc_client_extra no frame")
continue

if abs(meta_main.timestamp_sof - meta_extra.timestamp_sof) > 10000000:
Expand Down

0 comments on commit 34912b2

Please sign in to comment.