Skip to content

Commit

Permalink
Lower log level for DUT type file doesn't exist (#16119) (#16129)
Browse files Browse the repository at this point in the history
Co-authored-by: bingwang-ms <66248323+bingwang-ms@users.noreply.github.com>
  • Loading branch information
mssonicbld and bingwang-ms authored Jan 3, 2025
1 parent ef20890 commit 55ba4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ptf_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_dut_type(host):
else:
logger.warning("DUT type file is empty.")
else:
logger.warning("DUT type file doesn't exist.")
logger.info("DUT type file doesn't exist.")
return "Unknown"


Expand Down

0 comments on commit 55ba4f5

Please sign in to comment.