summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/curl_wrapper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/curl_wrapper.cpp b/src/curl_wrapper.cpp
index d74ed14..bb22a5c 100644
--- a/src/curl_wrapper.cpp
+++ b/src/curl_wrapper.cpp
@@ -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)