diff options
author | Marck | 2010-08-10 19:42:29 +0200 |
---|---|---|
committer | Melanie | 2010-08-10 19:34:09 +0100 |
commit | 6147efdad98a70f6a7abc220cbdcc751d0838507 (patch) | |
tree | 6492be0f7c0944b03d793258e7ba8d9e2e9cda50 | |
parent | Make fallbacks work, the destination was never actually updated with the fall... (diff) | |
download | opensim-SC_OLD-6147efdad98a70f6a7abc220cbdcc751d0838507.zip opensim-SC_OLD-6147efdad98a70f6a7abc220cbdcc751d0838507.tar.gz opensim-SC_OLD-6147efdad98a70f6a7abc220cbdcc751d0838507.tar.bz2 opensim-SC_OLD-6147efdad98a70f6a7abc220cbdcc751d0838507.tar.xz |
Avoid truncation of error message during region creation.
Signed-off-by: Melanie <melanie@t-data.com>
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index dcd7f3d..0eb28f4 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -1334,7 +1334,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1334 | m_regInfo.EstateSettings.Save(); | 1334 | m_regInfo.EstateSettings.Save(); |
1335 | } | 1335 | } |
1336 | else | 1336 | else |
1337 | 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."); | 1337 | m_log.ErrorFormat("[SCENE]: Unable to store account. If this simulator is connected to a grid, you must create the estate owner account first."); |
1338 | } | 1338 | } |
1339 | else | 1339 | else |
1340 | { | 1340 | { |