mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
sleep: upgrade fatal log message to LOG_ERR
This commit is contained in:
parent
75d2752814
commit
e7be86519d
@ -498,7 +498,7 @@ static int execute_s2h(const SleepConfig *sleep_config) {
|
||||
|
||||
r = check_wakeup_type();
|
||||
if (r < 0)
|
||||
return log_debug_errno(r, "Failed to check hardware wakeup type: %m");
|
||||
return log_error_errno(r, "Failed to check hardware wakeup type: %m");
|
||||
|
||||
if (r == 0)
|
||||
/* For APM Timer wakeup, system should hibernate else wakeup */
|
||||
|
Loading…
Reference in New Issue
Block a user