Attempt to fix the bug/crash that MetaLeo just reported.

afrisby
MW 2007-07-20 23:19:03 +00:00
parent 12bb7628d2
commit cd5877557c
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ namespace OpenSim.Region.Communications.OGS1
} }
else 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..."); MainLog.Instance.Verbose("ExpectUser() - Welcoming new user...");