diff options
author | Justin Clarke Casey | 2008-06-11 01:33:08 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-06-11 01:33:08 +0000 |
commit | 3356423e502a89668932e807dae62d9b69240067 (patch) | |
tree | e24ab9c30c17d23c870291ff1f38f78337006831 | |
parent | * From inspecting OSGrid WP logs, it appears one particular client is failing... (diff) | |
download | opensim-SC_OLD-3356423e502a89668932e807dae62d9b69240067.zip opensim-SC_OLD-3356423e502a89668932e807dae62d9b69240067.tar.gz opensim-SC_OLD-3356423e502a89668932e807dae62d9b69240067.tar.bz2 opensim-SC_OLD-3356423e502a89668932e807dae62d9b69240067.tar.xz |
* Fix the string substitutions in the last commit
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 22bb9ad..300a363 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -596,7 +596,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
596 | LLVector3 emergencyPos = new LLVector3(128, 128, 128); | 596 | LLVector3 emergencyPos = new LLVector3(128, 128, 128); |
597 | 597 | ||
598 | m_log.WarnFormat( | 598 | m_log.WarnFormat( |
599 | "[SCENE PRESENCE]: MakeRootAgent() was given an illegal position of {0} for avatar {2}, {3}. Substituting {4}", | 599 | "[SCENE PRESENCE]: MakeRootAgent() was given an illegal position of {0} for avatar {1}, {2}. Substituting {3}", |
600 | pos, Name, UUID, emergencyPos); | 600 | pos, Name, UUID, emergencyPos); |
601 | 601 | ||
602 | pos = emergencyPos; | 602 | pos = emergencyPos; |