mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
minor log string changes
This commit is contained in:
@@ -4261,10 +4261,11 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
}
|
||||
|
||||
m_log.InfoFormat(
|
||||
"[SCENE]: Region {0} authenticated and authorized incoming {1} agent {2} {3} {4} (circuit code {5})",
|
||||
"[SCENE {0}]: authorized {1} agent {2} {3} {4} (circuit code {5})",
|
||||
Name, (acd.child ? "child" : "root"), acd.firstname, acd.lastname,
|
||||
acd.AgentID, acd.circuitcode);
|
||||
|
||||
|
||||
if (m_capsModule != null)
|
||||
{
|
||||
m_capsModule.SetAgentCapsSeeds(acd);
|
||||
|
||||
@@ -2213,7 +2213,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
int ts = Util.EnvironmentTickCount();
|
||||
|
||||
m_log.InfoFormat(
|
||||
"[SCENE PRESENCE]: Completing movement of {0} into region {1} in position {2}",
|
||||
"[SCENE PRESENCE]: Complete movement of {0} into {1} {2}",
|
||||
client.Name, Scene.Name, AbsolutePosition);
|
||||
|
||||
m_inTransit = true;
|
||||
|
||||
Reference in New Issue
Block a user