mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-08 06:31:56 +00:00
automount: log info about triggering process
This commit is contained in:
@@ -773,8 +773,8 @@ 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)",
|
||||
log_info_unit(UNIT(a)->id,
|
||||
"Got automount request for %s, triggered by %lu (%s)",
|
||||
a->where, (unsigned long) packet.v5_packet.pid, strna(p));
|
||||
} else
|
||||
log_debug_unit(UNIT(a)->id, "Got direct mount request on %s", a->where);
|
||||
|
||||
Reference in New Issue
Block a user