Skip to content
Snippets Groups Projects
Commit be90edeb authored by Josh Bell's avatar Josh Bell
Browse files
QAR-251 - merge qa-dpo-10 (QAR-166) to release
parent 4b39451f
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ void LLURLRequest::useProxy(bool use_proxy)
}
lldebugs << "use_proxy = " << (use_proxy?'Y':'N') << ", env_proxy = " << env_proxy << llendl;
lldebugs << "use_proxy = " << (use_proxy?'Y':'N') << ", env_proxy = " << (env_proxy ? env_proxy : "(null)") << llendl;
if (env_proxy && use_proxy)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment