Skip to content

Commit

Permalink
updated INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadalihussnain committed Sep 6, 2024
1 parent 3604182 commit e5ccfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/kdump.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def kdump_remote(db, action):
current_remote_status = kdump_table.get("config", {}).get("remote", "false").lower()

if action.lower() == 'enable' and current_remote_status == 'true':
click.echo("Error: Kdump Remote Mode is already enabled.")
click.echo("INFO: Kdump Remote Mode is already enabled.")
return

elif action.lower() == 'disable' and current_remote_status == 'false':
Expand Down

0 comments on commit e5ccfcb

Please sign in to comment.