mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +03:00
core/dbus-manager: fix typo
Follow-up for 84c01612de805d88875d4d91cfcf73cf10f99447.
This commit is contained in:
parent
9e44842a9a
commit
e75c24c450
@ -3004,7 +3004,7 @@ static int aux_scope_from_message(Manager *m, sd_bus_message *message, Unit **re
|
||||
|
||||
unit = manager_get_unit_by_pidref(m, &p);
|
||||
if (!unit) {
|
||||
log_unit_warning_errno(from, SYNTHETIC_ERRNO(ENOENT), "Failed to get unit from PIDFD, ingoring: %m");
|
||||
log_unit_warning_errno(from, SYNTHETIC_ERRNO(ENOENT), "Failed to get unit from PIDFD, ignoring: %m");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user