]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cryptsetup: downgrade a log message we ignore
authorLennart Poettering <lennart@poettering.net>
Mon, 21 Jan 2019 19:19:57 +0000 (20:19 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 23 Jan 2019 22:37:17 +0000 (23:37 +0100)
src/cryptsetup/cryptsetup.c

index 726440120094ba8a74d74322668547f284398bd2..c8e90cf60d6055efd29c4d0b6476b6c49073f3aa 100644 (file)
@@ -623,7 +623,7 @@ static int run(int argc, char *argv[]) {
                     !streq(argv[4], "none")) {
 
                         if (!path_is_absolute(argv[4]))
-                                log_error("Password file path '%s' is not absolute. Ignoring.", argv[4]);
+                                log_warning("Password file path '%s' is not absolute. Ignoring.", argv[4]);
                         else
                                 key_file = argv[4];
                 }