Log proxy changes when debugging.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-01-16 18:17:29 +01:00
parent 18c0b41a20
commit 5e612210ef
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 0 deletions

View File

@ -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)