Skip to content

Commit

Permalink
[xcvrd] change log content and log level when application is not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Junchao-Mellanox committed Jun 18, 2024
1 parent 6694d3b commit 8350797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-xcvrd/xcvrd/xcvrd.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def get_cmis_application_desired(api, host_lane_count, speed):
get_interface_speed(app_info.get('host_electrical_interface_id')) == speed):
return (index & 0xf)

helper_logger.log_error(f'Failed to get desired application from {appl_dict}')
helper_logger.log_notice(f'No application found from {appl_dict} with host_lane_count={host_lane_count} speed={speed}')
return None


Expand Down

0 comments on commit 8350797

Please sign in to comment.