minor log string changes

This commit is contained in:
UbitUmarov
2021-08-27 12:40:09 +01:00
parent 68f3b4aef8
commit 5a5c89bc49
2 changed files with 3 additions and 2 deletions

View File

@@ -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);

View File

@@ -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;