Edited a warning message in collision event sync, to be more informational.

dsg
Huaiyu (Kitty) Liu 2011-06-01 14:19:27 -07:00
parent e2b6c5d199
commit 1cbbb010b0
1 changed files with 1 additions and 1 deletions

View File

@ -2170,7 +2170,7 @@ namespace OpenSim.Region.CoreModules.RegionSync.RegionSyncModule
ScenePresence sp = m_scene.GetScenePresence(collidingUUID);
if (sp == null)
{
m_log.WarnFormat("Received collision event for SOP {0},{1} with another SOP {2}, but the latter is not found in local Scene",
m_log.WarnFormat("Received collision event for SOP {0},{1} with another SOP/SP {2}, but the latter is not found in local Scene",
part.Name, part.UUID, collidingUUID);
}
else