Skip to content

Commit

Permalink
Adjust log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Junchao-Mellanox committed Apr 30, 2024
1 parent 9ab5ea6 commit 9b58146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/mellanox/mlnx-platform-api/sonic_platform/sfp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ def action_on_reset(cls, sfp):
@classmethod
def action_on_powered(cls, sfp):
if not sfp.get_power_good():
logger.log_info(f'SFP {sfp.sdk_index} is not in power good state')
logger.log_error(f'SFP {sfp.sdk_index} is not in power good state')
sfp.on_event(EVENT_POWER_BAD)
return

Expand Down

0 comments on commit 9b58146

Please sign in to comment.