diff options
author | MW | 2007-07-20 23:19:03 +0000 |
---|---|---|
committer | MW | 2007-07-20 23:19:03 +0000 |
commit | cd5877557ce88cd6cc05b02f5daa1809c2940e84 (patch) | |
tree | 564770b2ce1d9b0128048b4b31c3c13c01ea486d /OpenSim | |
parent | *Added ability to manually set the configuration plugin dll from Configuratio... (diff) | |
download | opensim-SC-cd5877557ce88cd6cc05b02f5daa1809c2940e84.zip opensim-SC-cd5877557ce88cd6cc05b02f5daa1809c2940e84.tar.gz opensim-SC-cd5877557ce88cd6cc05b02f5daa1809c2940e84.tar.bz2 opensim-SC-cd5877557ce88cd6cc05b02f5daa1809c2940e84.tar.xz |
Attempt to fix the bug/crash that MetaLeo just reported.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index 9a9efec..aadf85a 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -303,7 +303,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
303 | } | 303 | } |
304 | else | 304 | else |
305 | { | 305 | { |
306 | MainLog.Instance.Error("ExpectUser() - Unknown region " + ((ulong)requestData["regionhandle"]).ToString()); | 306 | MainLog.Instance.Error("ExpectUser() - Unknown region " + (Convert.ToUInt64(requestData["regionhandle"])).ToString()); |
307 | } | 307 | } |
308 | 308 | ||
309 | MainLog.Instance.Verbose("ExpectUser() - Welcoming new user..."); | 309 | MainLog.Instance.Verbose("ExpectUser() - Welcoming new user..."); |