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:
Daniel Eklöf 2021-06-10 20:40:01 +02:00
parent 41a223e1bd
commit 955ecbd19a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 4 additions and 1 deletions

View file

@ -108,6 +108,9 @@
* Writing a sixel on top of another sixel no longer erases the first
sixel, but the two are instead blended
(https://codeberg.org/dnkl/foot/issues/562).
* Running foot without a configuration file is no longer an error; it
has been demoted to a warning, and is no longer presented as a
notification in the terminal window, but only logged on stderr.
### Deprecated