automount: log info about triggering process

Conflicts:
	src/core/automount.c
This commit is contained in:
Kay Sievers
2013-12-08 21:32:32 -05:00
committed by Zbigniew Jędrzejewski-Szmek
parent b07c5b16a5
commit 3ed443abd1
+2 -2
View File
@@ -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);