From a8201947ef93bd2cf1ba6bf4d699db495d87d5c3 Mon Sep 17 00:00:00 2001 From: Dany LE Date: Tue, 4 Oct 2022 14:16:42 +0200 Subject: [PATCH] Update http_server.c --- http_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_server.c b/http_server.c index 3025b79..c093208 100644 --- a/http_server.c +++ b/http_server.c @@ -123,7 +123,7 @@ static int config_handler(void *conf, const char *section, const char *name, if (pconfig->plugins_dir) free(pconfig->plugins_dir); pconfig->plugins_dir = tmp; - LOG("Database root is %s", pconfig->plugins_dir); + LOG("Plugin root is %s", pconfig->plugins_dir); } } else if (MATCH("SERVER", "plugins_ext"))