]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
homed: downgrade log level
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 10 Sep 2020 06:21:43 +0000 (15:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 10 Sep 2020 06:21:43 +0000 (15:21 +0900)
src/home/homed-conf.c

index df3a17358bb7b8c33f572b15f591e996c995c670..c6c2e1787fd65bd40b9a9dc8b35ccf82d7e0b597 100644 (file)
@@ -45,7 +45,7 @@ int config_parse_default_file_system_type(
         assert(s);
 
         if (!isempty(rvalue) && !supported_fstype(rvalue)) {
-                log_syntax(unit, LOG_ERR, filename, line, 0, "Unsupported file system, ignoring: %s", rvalue);
+                log_syntax(unit, LOG_WARNING, filename, line, 0, "Unsupported file system, ignoring: %s", rvalue);
                 return 0;
         }