mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +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);
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user