aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-10-26 02:36:58 +0100
committerJustin Clark-Casey (justincc)2012-10-26 02:36:58 +0100
commit16809bd0eada0e5bd0f4dbf823cbd27ae212e037 (patch)
tree487e366cdd6f57c83ce89ab10f9bec609fb47f04
parentrefactoring IWorldCommListenerInfo.GetRegexBitfield() method to be a field wi... (diff)
downloadopensim-SC_OLD-16809bd0eada0e5bd0f4dbf823cbd27ae212e037.zip
opensim-SC_OLD-16809bd0eada0e5bd0f4dbf823cbd27ae212e037.tar.gz
opensim-SC_OLD-16809bd0eada0e5bd0f4dbf823cbd27ae212e037.tar.bz2
opensim-SC_OLD-16809bd0eada0e5bd0f4dbf823cbd27ae212e037.tar.xz
minor: Make the error thrown logged when a simulator in grid mode is trying to set estate owner to a user that doesn't exist a little more obvious.
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 4f1b439..7b591a8 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -543,7 +543,7 @@ namespace OpenSim
543 if (account == null) 543 if (account == null)
544 { 544 {
545 m_log.ErrorFormat( 545 m_log.ErrorFormat(
546 "[OPENSIM]: Unable to store account. If this simulator is connected to a grid, you must create the estate owner account first."); 546 "[OPENSIM]: Unable to store account. If this simulator is connected to a grid, you must create the estate owner account first at the grid level.");
547 } 547 }
548 else 548 else
549 { 549 {