diff options
author | Kay Sievers <kay@vrfy.org> | 2013-11-28 01:25:10 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-11-28 01:25:10 +0100 |
commit | 5acac4c814f973d1d47e5fbad1fa52cd3e92e7cf (patch) | |
tree | 56513783edb0274c73cb179a5b97e3055380b9fe | |
parent | 28b99ccdcb43937123b170509558af6296a0d271 (diff) |
automount: log info about triggering process
-rw-r--r-- | src/core/automount.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/automount.c b/src/core/automount.c index 66e3d78c92..c6e0a74707 100644 --- a/src/core/automount.c +++ b/src/core/automount.c @@ -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); |