mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-09 05:33:58 -04:00
config: demote “no configuration found, using defaults” to a mere warning
And don’t notify the user in the terminal window, only log it on stderr.
This commit is contained in:
parent
41a223e1bd
commit
955ecbd19a
2 changed files with 4 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_WARN("no configuration found, using defaults");
|
||||
LOG_WARN("no configuration found, using defaults");
|
||||
ret = !errors_are_fatal;
|
||||
goto out;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue