summaryrefslogtreecommitdiff
path: root/src/partition/makefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/partition/makefs.c')
-rw-r--r--src/partition/makefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partition/makefs.c b/src/partition/makefs.c
index 7c94fbfedb..b6979b7e4f 100644
--- a/src/partition/makefs.c
+++ b/src/partition/makefs.c
@@ -49,7 +49,7 @@ static int run(int argc, char *argv[]) {
if (lock_fd < 0)
return log_error_errno(lock_fd, "Failed to lock whole block device of \"%s\": %m", device);
} else
- log_info("%s is not a block device.", device);
+ log_debug("%s is not a block device, no need to lock.", device);
r = probe_filesystem(device, &detected);
if (r == -EUCLEAN)