Avoid truncation of error message during region creation.
Signed-off-by: Melanie <melanie@t-data.com>prebuild-update
parent
144fc20e87
commit
6147efdad9
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue