config: turn info log message into a debug log message

This commit is contained in:
Daniel Eklöf 2019-08-23 20:21:27 +02:00
parent 0c90717249
commit 5ce60703a5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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) {