diff options
Diffstat (limited to 'OpenSim/Framework/Communications/LoginService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index ae16715..454197a 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs | |||
@@ -135,7 +135,7 @@ namespace OpenSim.Framework.Communications | |||
135 | } | 135 | } |
136 | 136 | ||
137 | firstname = (string)requestData["first"]; | 137 | firstname = (string)requestData["first"]; |
138 | lastname = (string) requestData["last"]; | 138 | lastname = (string)requestData["last"]; |
139 | 139 | ||
140 | m_log.InfoFormat( | 140 | m_log.InfoFormat( |
141 | "[LOGIN BEGIN]: XMLRPC Received login request message from user '{0}' '{1}'", | 141 | "[LOGIN BEGIN]: XMLRPC Received login request message from user '{0}' '{1}'", |