X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fautomount.c;h=c4a75280fc0c6a7616985a5e3d53921183e869d8;hp=91162c2a58456d5c38d386becd96da0e84ff6583;hb=2cc58876202b06fabcdb1b0ab1cf7beb1945a3f3;hpb=bcbe497e5a73d889e8799f8a3680c303afede347 diff --git a/src/core/automount.c b/src/core/automount.c index 91162c2a5..c4a75280f 100644 --- a/src/core/automount.c +++ b/src/core/automount.c @@ -780,11 +780,12 @@ static void automount_fd_event(Unit *u, int fd, uint32_t events, Watch *w) { char *p = NULL; get_process_comm(packet.v5_packet.pid, &p); - log_debug("Got direct mount request for %s, triggered by %lu (%s)", packet.v5_packet.name, (unsigned long) packet.v5_packet.pid, strna(p)); + log_debug("Got direct mount request on %s, triggered by %lu (%s)", + a->where, (unsigned long) packet.v5_packet.pid, strna(p)); free(p); } else - log_debug("Got direct mount request for %s", packet.v5_packet.name); + log_debug("Got direct mount request on %s", a->where); if (!a->tokens) if (!(a->tokens = set_new(trivial_hash_func, trivial_compare_func))) {