aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Application')
-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 {