diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 35ecc4421cf4b24c4b229f5f601a5f36e68ada6d..1bb3d65e051fc394a4bd5abe3f6cd77a5278c0be 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");