mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +03:00
core: Fix log message typo
This commit is contained in:
parent
e921a8ad67
commit
43960ff021
@ -4953,7 +4953,7 @@ static int manager_dispatch_handoff_timestamp_fd(sd_event_source *source, int fd
|
|||||||
|
|
||||||
struct ucred *ucred = CMSG_FIND_DATA(&msghdr, SOL_SOCKET, SCM_CREDENTIALS, struct ucred);
|
struct ucred *ucred = CMSG_FIND_DATA(&msghdr, SOL_SOCKET, SCM_CREDENTIALS, struct ucred);
|
||||||
if (!ucred || !pid_is_valid(ucred->pid)) {
|
if (!ucred || !pid_is_valid(ucred->pid)) {
|
||||||
log_warning("Received notify message without valid credentials. Ignoring.");
|
log_warning("Received handoff timestamp message without valid credentials. Ignoring.");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user