1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-24 17:57:34 +03:00

Merge pull request from YHNdnzj/foolish-mistakes

Follow-ups for a few foolish mistakes by me
This commit is contained in:
Luca Boccassi 2023-09-05 09:46:35 +01:00 committed by GitHub
commit 1527d6059d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

@ -206,11 +206,11 @@ Support: %SUPPORT_URL%
Reboot has failed when systemd attempted to reboot after a crash.
-- 645c735537634ae0a32b15a7c6cba7d4
Subject: Init execution freezed
Subject: Init execution froze
Defined-By: systemd
Support: %SUPPORT_URL%
Systemd freezed execution after fatal error.
Systemd froze execution after fatal error.
-- 5addb3a06a734d3396b794bf98fb2d01
Subject: Init received fatal signal while coredump is disabled

@ -330,6 +330,7 @@ static int parse_lines(const char *arg, bool graceful) {
default_noarg:
arg_lines = 10;
arg_lines_oldest = false;
return 0;
}

@ -168,8 +168,9 @@ fail:
log_debug_errno(r, "Failed to %s %s, ignoring: %s", job_type, name, bus_error_message(error, r));
return 0;
} else
log_error_errno(r, "Failed to %s %s: %s", job_type, name, bus_error_message(error, r));
}
log_error_errno(r, "Failed to %s %s: %s", job_type, name, bus_error_message(error, r));
if (!sd_bus_error_has_names(error, BUS_ERROR_NO_SUCH_UNIT,
BUS_ERROR_UNIT_MASKED,