chiark / gitweb /
automount: log info about triggering process
authorKay Sievers <kay@vrfy.org>
Thu, 28 Nov 2013 00:25:10 +0000 (01:25 +0100)
committerKay Sievers <kay@vrfy.org>
Thu, 28 Nov 2013 00:25:10 +0000 (01:25 +0100)
src/core/automount.c

index 66e3d78c920310191c835536a1618bbc629a8cf0..c6e0a74707c7648344798daa6bf9fed2083bb9e1 100644 (file)
@@ -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);