diff options
-rw-r--r-- | src/core/manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/manager.c b/src/core/manager.c index f43bfd214b..2241708297 100644 --- a/src/core/manager.c +++ b/src/core/manager.c @@ -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; } |