From: Lennart Poettering Date: Mon, 21 Jan 2019 19:19:57 +0000 (+0100) Subject: cryptsetup: downgrade a log message we ignore X-Git-Tag: v241-rc2~12^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44ce4255147ab308c1f13580147c693204c322e8;p=thirdparty%2Fsystemd.git cryptsetup: downgrade a log message we ignore --- diff --git a/src/cryptsetup/cryptsetup.c b/src/cryptsetup/cryptsetup.c index 72644012009..c8e90cf60d6 100644 --- a/src/cryptsetup/cryptsetup.c +++ b/src/cryptsetup/cryptsetup.c @@ -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]; }