diff options
author | Justin Clark-Casey (justincc) | 2013-09-25 22:59:57 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-26 20:11:12 +0100 |
commit | 7d6072b825be0dd07409e91190d9097a5db0bd9f (patch) | |
tree | 34375cf00f37a434688ad3561a07a5c89e6f1fd0 | |
parent | Move adding UUID.Zero -> Unknown User binding to UMM.Init() so that it's also... (diff) | |
download | opensim-SC_OLD-7d6072b825be0dd07409e91190d9097a5db0bd9f.zip opensim-SC_OLD-7d6072b825be0dd07409e91190d9097a5db0bd9f.tar.gz opensim-SC_OLD-7d6072b825be0dd07409e91190d9097a5db0bd9f.tar.bz2 opensim-SC_OLD-7d6072b825be0dd07409e91190d9097a5db0bd9f.tar.xz |
minor: correct spelling of Initialized in LSC connector version message
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs index 8ec943d..5c098a8 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs | |||
@@ -94,7 +94,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation | |||
94 | throw new Exception(string.Format("Invalid ConnectorProtocolVersion {0}", ServiceVersion)); | 94 | throw new Exception(string.Format("Invalid ConnectorProtocolVersion {0}", ServiceVersion)); |
95 | 95 | ||
96 | m_log.InfoFormat( | 96 | m_log.InfoFormat( |
97 | "[LOCAL SIMULATION CONNECTOR]: Initialzied with connector protocol version {0}", ServiceVersion); | 97 | "[LOCAL SIMULATION CONNECTOR]: Initialized with connector protocol version {0}", ServiceVersion); |
98 | } | 98 | } |
99 | } | 99 | } |
100 | 100 | ||