Skip to content

Commit 9b58146

Browse files
Adjust log level
1 parent 9ab5ea6 commit 9b58146

File tree

1 file changed

+1
-1
lines changed
  • platform/mellanox/mlnx-platform-api/sonic_platform

1 file changed

+1
-1
lines changed

platform/mellanox/mlnx-platform-api/sonic_platform/sfp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@ def action_on_reset(cls, sfp):
14431443
@classmethod
14441444
def action_on_powered(cls, sfp):
14451445
if not sfp.get_power_good():
1446-
logger.log_info(f'SFP {sfp.sdk_index} is not in power good state')
1446+
logger.log_error(f'SFP {sfp.sdk_index} is not in power good state')
14471447
sfp.on_event(EVENT_POWER_BAD)
14481448
return
14491449

0 commit comments

Comments
 (0)