Print correct logmessage

This commit is contained in:
computezrmle 2022-03-05 19:41:11 +01:00 committed by GitHub
parent f3bf71b05b
commit 9512ae4338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ void select_proxy_info() {
working_proxy_info = config_proxy_info;
msg_printf(0, MSG_INFO, "Using proxy info from cc_config.xml");
if (env_var_proxy_info.present) {
msg_printf(0, MSG_INFO, "Proxy info env vars overridden by GUI");
msg_printf(0, MSG_INFO, "Proxy info env vars overridden by cc_config.xml");
}
} else if (env_var_proxy_info.present) {
working_proxy_info = env_var_proxy_info;