diff --git a/src/cryptsetup/cryptsetup.c b/src/cryptsetup/cryptsetup.c index f2b2557..53fe04a 100644 --- a/src/cryptsetup/cryptsetup.c +++ b/src/cryptsetup/cryptsetup.c @@ -621,7 +621,7 @@ int main(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]; }