chiark / gitweb /
Assorted format fixes
[elogind.git] / src / libsystemd / sd-rtnl / rtnl-message.c
index 484613351d6d7de2c1267634e5d7fde8b83e311c..1f44c341aa64dbd395c9796735fe2f052b006724 100644 (file)
@@ -1366,7 +1366,7 @@ static int socket_recv_message(int fd, struct iovec *iov, uint32_t *_group, bool
                         if (ucred->pid == 0)
                                 auth = true;
                         else
-                                log_debug("rtnl: ignoring message from pid %u", ucred->pid);
+                                log_debug("rtnl: ignoring message from PID "PID_FMT, ucred->pid);
                 } else if (cmsg->cmsg_level == SOL_NETLINK &&
                            cmsg->cmsg_type == NETLINK_PKTINFO &&
                            cmsg->cmsg_len == CMSG_LEN(sizeof(struct nl_pktinfo))) {