Skip to content

Commit

Permalink
Use unique info in log
Browse files Browse the repository at this point in the history
  • Loading branch information
longhuan-cisco committed Oct 29, 2022
1 parent 6621b4a commit c9eed04
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 @@ -863,7 +863,7 @@ def update_port_transceiver_status_table_hw(logical_port_name, port_mapping,
return SFP_EEPROM_NOT_READY

except NotImplementedError:
helper_logger.log_error("This functionality is currently not implemented for this platform")
helper_logger.log_error("get_transceiver_status is currently not implemented for this platform")
sys.exit(NOT_IMPLEMENTED_ERROR)

# Delete port from SFP status table
Expand Down

0 comments on commit c9eed04

Please sign in to comment.