mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-07 06:03:51 +00:00
automount: log info about triggering process
Conflicts: src/core/automount.c
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
b07c5b16a5
commit
3ed443abd1
@@ -801,8 +801,8 @@ static void automount_fd_event(Unit *u, int fd, uint32_t events, Watch *w) {
|
||||
_cleanup_free_ char *p = NULL;
|
||||
|
||||
get_process_comm(packet.v5_packet.pid, &p);
|
||||
log_debug_unit(u->id,
|
||||
"Got direct mount request on %s, triggered by %lu (%s)",
|
||||
log_info_unit(u->id,
|
||||
"Got automount request for %s, triggered by %lu (%s)",
|
||||
a->where, (unsigned long) packet.v5_packet.pid, strna(p));
|
||||
} else
|
||||
log_debug_unit(u->id, "Got direct mount request on %s", a->where);
|
||||
|
||||
Reference in New Issue
Block a user