summaryrefslogtreecommitdiff
path: root/src/home/homed-conf.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-09-10 15:21:43 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-09-10 15:21:43 +0900
commit144fb165fd365d2a89f8e8b13012d21a6057fe15 (patch)
treed0826cdba46d58202e1e236c5be4266481e5a26b /src/home/homed-conf.c
parentadb584870655f75d695a96570b475a47c6cd8970 (diff)
downloadsystemd-144fb165fd365d2a89f8e8b13012d21a6057fe15.tar.gz
homed: downgrade log level
Diffstat (limited to 'src/home/homed-conf.c')
-rw-r--r--src/home/homed-conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/homed-conf.c b/src/home/homed-conf.c
index df3a17358b..c6c2e1787f 100644
--- a/src/home/homed-conf.c
+++ b/src/home/homed-conf.c
@@ -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;
}