Avoid truncation of error message during region creation.

Signed-off-by: Melanie <melanie@t-data.com>
prebuild-update
Marck 2010-08-10 19:42:29 +02:00 committed by Melanie
parent 144fc20e87
commit 6147efdad9
1 changed files with 1 additions and 1 deletions

View File

@ -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
{