From af825dae40e62d89c069e7f5224ca1fdc2413bf5 Mon Sep 17 00:00:00 2001 From: MW Date: Tue, 8 Jul 2008 15:37:52 +0000 Subject: small console message change related to last revision --- OpenSim/Framework/UserConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/UserConfig.cs b/OpenSim/Framework/UserConfig.cs index c7317ca..eacab81 100644 --- a/OpenSim/Framework/UserConfig.cs +++ b/OpenSim/Framework/UserConfig.cs @@ -96,7 +96,7 @@ namespace OpenSim.Framework configMember.addConfigurationOption("default_Y", ConfigurationOption.ConfigurationTypes.TYPE_UINT32, "Known good region Y", "1000", false); configMember.addConfigurationOption("enable_llsd_login", ConfigurationOption.ConfigurationTypes.TYPE_BOOLEAN, - "Enable LLSD login support? true/false", true.ToString(), false); + "Enable LLSD login support [Currently used by libsl based clients/bots]? true/false", true.ToString(), false); } public bool handleIncomingConfiguration(string configuration_key, object configuration_result) -- cgit v1.1