From cd5877557ce88cd6cc05b02f5daa1809c2940e84 Mon Sep 17 00:00:00 2001 From: MW Date: Fri, 20 Jul 2007 23:19:03 +0000 Subject: Attempt to fix the bug/crash that MetaLeo just reported. --- OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim') 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 } else { - MainLog.Instance.Error("ExpectUser() - Unknown region " + ((ulong)requestData["regionhandle"]).ToString()); + MainLog.Instance.Error("ExpectUser() - Unknown region " + (Convert.ToUInt64(requestData["regionhandle"])).ToString()); } MainLog.Instance.Verbose("ExpectUser() - Welcoming new user..."); -- cgit v1.1