mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Avoid truncation of error message during region creation.
Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
@@ -1334,7 +1334,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
m_regInfo.EstateSettings.Save();
|
||||
}
|
||||
else
|
||||
m_log.ErrorFormat("[SCENE]: Unable to store account. If this simulator is connected to a grid,\n you must create the estate owner account first.");
|
||||
m_log.ErrorFormat("[SCENE]: Unable to store account. If this simulator is connected to a grid, you must create the estate owner account first.");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user