Skip to content

Commit

Permalink
log.e -> log.d
Browse files Browse the repository at this point in the history
  • Loading branch information
AviaAv committed Dec 7, 2023
1 parent 3b492fa commit 84f818c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests/live/frames/test-fps-permutations.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def check_fps_dict(measured_fps, expected_fps):
res = check_fps_pair(measured_fps[key], expected_fps[key])
if not res:
all_fps_ok = False
log.e(f"Expected {expected_fps[key]} fps, received {measured_fps[key]} fps in sensor {key.name}"
log.d(f"Expected {expected_fps[key]} fps, received {measured_fps[key]} fps in sensor {key.name}"
f" { '(Pass)' if res else '(Fail)' }")
return all_fps_ok

Expand Down

0 comments on commit 84f818c

Please sign in to comment.