1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 18:16:45 +02:00

Some misc fixes

This commit is contained in:
jfreegman
2020-02-29 14:14:56 -05:00
parent b080236ee5
commit 437dd8baeb
7 changed files with 18 additions and 10 deletions

View File

@ -292,7 +292,7 @@ void *lookup_thread_func(void *data)
int proxy_ret = set_curl_proxy(c_handle, arg_opts.proxy_address, arg_opts.proxy_port, arg_opts.proxy_type);
if (proxy_ret != 0) {
lookup_error(self, "Failed to set proxy (error %d)\n");
lookup_error(self, "Failed to set proxy (error %d)\n", proxy_ret);
goto on_exit;
}