From 202b4d82c0b233a891e9e1a303833c15ae86e1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 12 Jan 2023 07:38:01 +0100 Subject: plugins: set priority in calls to weechat_config_new (issue #1872) --- src/plugins/logger/logger-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/logger/logger-config.c') diff --git a/src/plugins/logger/logger-config.c b/src/plugins/logger/logger-config.c index f2a50329c..d254cabe3 100644 --- a/src/plugins/logger/logger-config.c +++ b/src/plugins/logger/logger-config.c @@ -462,7 +462,7 @@ logger_config_init () { struct t_config_section *ptr_section; - logger_config_file = weechat_config_new (LOGGER_CONFIG_NAME, + logger_config_file = weechat_config_new (LOGGER_CONFIG_PRIO_NAME, NULL, NULL, NULL); if (!logger_config_file) return 0; -- cgit v1.2.3