diff options
author | Justin Clarke Casey | 2008-04-15 22:44:18 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-04-15 22:44:18 +0000 |
commit | e65b6f4dcd192ecc5360bb385c2430f71bccb37b (patch) | |
tree | 4b2ceaf220afccbb832cce6a3bd3645f1499474f /OpenSim/Grid | |
parent | * Make it easier to follow logins on the user server by changing and tidying ... (diff) | |
download | opensim-SC_OLD-e65b6f4dcd192ecc5360bb385c2430f71bccb37b.zip opensim-SC_OLD-e65b6f4dcd192ecc5360bb385c2430f71bccb37b.tar.gz opensim-SC_OLD-e65b6f4dcd192ecc5360bb385c2430f71bccb37b.tar.bz2 opensim-SC_OLD-e65b6f4dcd192ecc5360bb385c2430f71bccb37b.tar.xz |
* Tiny, tiny, login message refinement to reduce human parsing requirements
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/UserServer/UserLoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index d1d97f8..d35a471 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs | |||
@@ -155,7 +155,7 @@ namespace OpenSim.Grid.UserServer | |||
155 | response.SeedCapability = SimInfo.httpServerURI + "CAPS/" + capsPath + "0000/"; | 155 | response.SeedCapability = SimInfo.httpServerURI + "CAPS/" + capsPath + "0000/"; |
156 | 156 | ||
157 | m_log.DebugFormat( | 157 | m_log.DebugFormat( |
158 | "[CAPS]: Sending new CAPS seed url {0} to client {1}", | 158 | "[LOGIN]: Sending new CAPS seed url {0} to client {1}", |
159 | response.SeedCapability, response.AgentID); | 159 | response.SeedCapability, response.AgentID); |
160 | 160 | ||
161 | // Notify the target of an incoming user | 161 | // Notify the target of an incoming user |