aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services
diff options
context:
space:
mode:
authorDiva Canto2013-07-14 14:29:10 -0700
committerDiva Canto2013-07-14 14:29:10 -0700
commit593952903639e51df6faf6c8649a0410c9649184 (patch)
tree232807a7117da054911b8b09f19a74ac46bc8d19 /OpenSim/Services
parentLet's go easy on authenticating ChildAgentUpdates, otherwise this will be cha... (diff)
downloadopensim-SC_OLD-593952903639e51df6faf6c8649a0410c9649184.zip
opensim-SC_OLD-593952903639e51df6faf6c8649a0410c9649184.tar.gz
opensim-SC_OLD-593952903639e51df6faf6c8649a0410c9649184.tar.bz2
opensim-SC_OLD-593952903639e51df6faf6c8649a0410c9649184.tar.xz
Minor typo in log message
Diffstat (limited to 'OpenSim/Services')
-rw-r--r--OpenSim/Services/Connectors/GridUser/GridUserServicesConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/GridUser/GridUserServicesConnector.cs b/OpenSim/Services/Connectors/GridUser/GridUserServicesConnector.cs
index 94bda82..1a62d2f 100644
--- a/OpenSim/Services/Connectors/GridUser/GridUserServicesConnector.cs
+++ b/OpenSim/Services/Connectors/GridUser/GridUserServicesConnector.cs
@@ -214,7 +214,7 @@ namespace OpenSim.Services.Connectors
214 214
215 } 215 }
216 else 216 else
217 m_log.DebugFormat("[GRID USER CONNECTOR]: Loggedin received empty reply"); 217 m_log.DebugFormat("[GRID USER CONNECTOR]: Get received empty reply");
218 } 218 }
219 catch (Exception e) 219 catch (Exception e)
220 { 220 {