]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cryptsetup: downgrade log message to warning, when we ignore it 33312/head
authorLennart Poettering <lennart@poettering.net>
Mon, 10 Jun 2024 15:46:52 +0000 (17:46 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 14 Jun 2024 08:10:37 +0000 (10:10 +0200)
src/cryptsetup/cryptsetup.c

index 7df47111f0dec84e64ab691f8680e515d02ec624..0f655661a64331b260258f9ac2ce5681f60d8948 100644 (file)
@@ -487,7 +487,7 @@ static int parse_one_option(const char *option) {
                 if (r < 0) {
                         r = parse_boolean(val);
                         if (r < 0) {
-                                log_error_errno(r, "Failed to parse %s, ignoring: %m", option);
+                                log_warning_errno(r, "Failed to parse %s, ignoring: %m", option);
                                 return 0;
                         }