mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
config: change “no configuration found, using defaults” from error to warning
This commit is contained in:
parent
4a945ce466
commit
41a223e1bd
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
|
@ -2662,7 +2662,7 @@ config_load(struct config *conf, const char *conf_path,
|
|||
} else {
|
||||
conf_file = open_config();
|
||||
if (conf_file.fd < 0) {
|
||||
LOG_AND_NOTIFY_ERR("no configuration found, using defaults");
|
||||
LOG_AND_NOTIFY_WARN("no configuration found, using defaults");
|
||||
ret = !errors_are_fatal;
|
||||
goto out;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue