a52f674
From 62b2f75aa55f78dd6e2fcb9433c46ee809bbb898 Mon Sep 17 00:00:00 2001
d66047d
From: Kay Sievers <kay@vrfy.org>
d66047d
Date: Thu, 28 Nov 2013 01:25:10 +0100
d66047d
Subject: [PATCH] automount: log info about triggering process
d66047d
d66047d
Conflicts:
d66047d
	src/core/automount.c
d66047d
---
d66047d
 src/core/automount.c | 4 ++--
d66047d
 1 file changed, 2 insertions(+), 2 deletions(-)
d66047d
d66047d
diff --git a/src/core/automount.c b/src/core/automount.c
d66047d
index d1379e0..203104e 100644
d66047d
--- a/src/core/automount.c
d66047d
+++ b/src/core/automount.c
d66047d
@@ -776,8 +776,8 @@ static void automount_fd_event(Unit *u, int fd, uint32_t events, Watch *w) {
d66047d
                         _cleanup_free_ char *p = NULL;
d66047d
 
d66047d
                         get_process_comm(packet.v5_packet.pid, &p);
d66047d
-                        log_debug_unit(u->id,
d66047d
-                                       "Got direct mount request on %s, triggered by %lu (%s)",
d66047d
+                        log_info_unit(u->id,
d66047d
+                                       "Got automount request for %s, triggered by %lu (%s)",
d66047d
                                        a->where, (unsigned long) packet.v5_packet.pid, strna(p));
d66047d
                 } else
d66047d
                         log_debug_unit(u->id, "Got direct mount request on %s", a->where);