From 8eda9bd0b67fd6128b52b6fb3309d4b3ab4feeed Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 16 Nov 2006 20:08:49 +0100 Subject: [PATCH] gui.c: clarify wording of reload message --- gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.c b/gui.c index 2513db6d..b94a6472 100644 --- a/gui.c +++ b/gui.c @@ -1165,7 +1165,7 @@ static void com_reread_conf(void) PARA_INFO_LOG("%s", "rereading command line options and config file"); gui_cmdline_parser(_argc, _argv, &conf); gui_cmdline_parser_configfile(cf, &conf, 1, 1, 0); - PARA_NOTICE_LOG("%s", "configuration read"); + PARA_NOTICE_LOG("%s", "config file reloaded"); if (check_key_map_args() < 0) finish(EXIT_FAILURE); } -- 2.39.2