diff options
Attempt to fix the bug/crash that MetaLeo just reported.
Diffstat (limited to 'OpenSim/Region')
-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..."); |