1
0
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:
Daan De Meyer 2024-08-29 13:58:52 +02:00
parent e921a8ad67
commit 43960ff021

View File

@ -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;
}