From a99124d92f8a60215f5ea5ed95de9792c1fb3324 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 19 Sep 2012 09:55:56 +0200 Subject: mount: reword directory empty warning a bit --- src/core/automount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/automount.c') diff --git a/src/core/automount.c b/src/core/automount.c index 11b6a6a45a..b1619a64e6 100644 --- a/src/core/automount.c +++ b/src/core/automount.c @@ -502,7 +502,7 @@ static void automount_enter_waiting(Automount *a) { mkdir_p_label(a->where, 0555); if (dir_is_empty(a->where) <= 0) - log_notice("%s: Directory %s to mount over is not empty, ignoring. (To see the over-mounted files, please manually mount the underlying file system to a secondary location.)", a->meta.id, a->where); + log_notice("%s: Directory %s to mount over is not empty, mounting anyway. (To see the over-mounted files, please manually mount the underlying file system to a secondary location.)", a->meta.id, a->where); if (pipe2(p, O_NONBLOCK|O_CLOEXEC) < 0) { r = -errno; -- cgit v1.2.3-54-g00ecf