X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fautomount.c;h=f500850f8393d5867ef4f712e33aa8c6859939ef;hb=cc3d61683d877791e6b2ce0b17940d4d77cd6550;hp=66e3d78c920310191c835536a1618bbc629a8cf0;hpb=f5f6d0e25574dd63fb605b81fa7767dd71c454db;p=elogind.git diff --git a/src/core/automount.c b/src/core/automount.c index 66e3d78c9..f500850f8 100644 --- a/src/core/automount.c +++ b/src/core/automount.c @@ -773,9 +773,9 @@ static int automount_dispatch_io(sd_event_source *s, int fd, uint32_t events, vo _cleanup_free_ char *p = NULL; get_process_comm(packet.v5_packet.pid, &p); - log_debug_unit(UNIT(a)->id, - "Got direct mount request on %s, triggered by %lu (%s)", - a->where, (unsigned long) packet.v5_packet.pid, strna(p)); + log_info_unit(UNIT(a)->id, + "Got automount request for %s, triggered by "PID_FMT" (%s)", + a->where, packet.v5_packet.pid, strna(p)); } else log_debug_unit(UNIT(a)->id, "Got direct mount request on %s", a->where); @@ -874,7 +874,6 @@ const UnitVTable automount_vtable = { .bus_interface = "org.freedesktop.systemd1.Automount", .bus_vtable = bus_automount_vtable, - .bus_changing_properties = bus_automount_changing_properties, .shutdown = automount_shutdown,