chiark / gitweb /
Assorted format fixes
[elogind.git] / src / core / automount.c
index 90beb4daaaba4ecae5541731432bae9f47405653..51f7373f77d13e3e7b85b1a5cc8badb262ed7c93 100644 (file)
@@ -758,7 +758,7 @@ static int automount_dispatch_io(sd_event_source *s, int fd, uint32_t events, vo
 
                         get_process_comm(packet.v5_packet.pid, &p);
                         log_unit_info(UNIT(a)->id,
-                                       "Got automount request for %s, triggered by "PID_FMT" (%s)",
+                                       "Got automount request for %s, triggered by %"PRIu32" (%s)",
                                        a->where, packet.v5_packet.pid, strna(p));
                 } else
                         log_unit_debug(UNIT(a)->id, "Got direct mount request on %s", a->where);