mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-28 07:58:00 -04:00
config: turn info log message into a debug log message
This commit is contained in:
parent
0c90717249
commit
5ce60703a5
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
|
@ -503,7 +503,7 @@ config_load(struct config *conf)
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_INFO("loading configuration from %s", path);
|
LOG_DBG("loading configuration from %s", path);
|
||||||
|
|
||||||
FILE *f = fopen(path, "r");
|
FILE *f = fopen(path, "r");
|
||||||
if (f == NULL) {
|
if (f == NULL) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue