Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
silence "Power down" msg
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvenegas committed Jan 9, 2018
1 parent b79b0e0 commit 7ad93e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ void kernel_power_off(void)
pm_power_off_prepare();
migrate_to_reboot_cpu();
syscore_shutdown();
pr_emerg("Power down\n");
pr_info("Power down\n");
kmsg_dump(KMSG_DUMP_POWEROFF);
machine_power_off();
}
Expand Down

0 comments on commit 7ad93e3

Please sign in to comment.