diff options
author | Jeff Ames | 2009-02-21 03:32:25 +0000 |
---|---|---|
committer | Jeff Ames | 2009-02-21 03:32:25 +0000 |
commit | 7a649a758da3ec269c3b136eb36c1185bd2caf54 (patch) | |
tree | fe9b7f11b51c05abef0e64bd131ed7e1bb165f56 /OpenSim/Framework/Communications/LoginService.cs | |
parent | Update svn properties. (diff) | |
download | opensim-SC_OLD-7a649a758da3ec269c3b136eb36c1185bd2caf54.zip opensim-SC_OLD-7a649a758da3ec269c3b136eb36c1185bd2caf54.tar.gz opensim-SC_OLD-7a649a758da3ec269c3b136eb36c1185bd2caf54.tar.bz2 opensim-SC_OLD-7a649a758da3ec269c3b136eb36c1185bd2caf54.tar.xz |
Add copyright headers. Minor formatting cleanup.
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}'", |