summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2016-12-13 17:56:47 +0200
committerandreykproductengine <akleshchev@productengine.com>2016-12-13 17:56:47 +0200
commit0d836acf0052ae294c7ebeb228632f1d36941fff (patch)
tree0e03d5ede8d622c64c95d9df408aa6be023a95bc /indra
parent7fbb3f69b1b166954eed0a3be24f7ecb021f0b5a (diff)
MAINT-6978 Simple additional logging
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llstartup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 35ecc4421c..1bb3d65e05 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -3029,7 +3029,7 @@ bool LLStartUp::startLLProxy()
}
else
{
- LL_WARNS("Proxy") << "Invalid other HTTP proxy configuration."<< LL_ENDL;
+ LL_WARNS("Proxy") << "Invalid other HTTP proxy configuration: " << httpProxyType << LL_ENDL;
// Set the missing or wrong configuration back to something valid.
gSavedSettings.setString("HttpProxyType", "None");