Log proxy changes when debugging.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
18c0b41a20
commit
5e612210ef
@ -221,6 +221,7 @@ void CURLWrapper::set_proxy(const string_view proxy)
|
||||
{
|
||||
throw CURLException{code, "Failed to set proxy", _curl_buffer_error};
|
||||
}
|
||||
debuglog << "Set proxy to: " << proxy << '\n';
|
||||
}
|
||||
|
||||
void CURLWrapper::set_access_token(const string_view access_token)
|
||||
|
Loading…
x
Reference in New Issue
Block a user