diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 40f8605..95d9f2a 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -1890,7 +1890,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1890 | 1890 | ||
1891 | public void LoadPrimsFromXml(string fileName, bool newIdsFlag, Vector3 loadOffset) | 1891 | public void LoadPrimsFromXml(string fileName, bool newIdsFlag, Vector3 loadOffset) |
1892 | { | 1892 | { |
1893 | m_log.InfoFormat("[SCENE]: Loading prims in xml format to region {0} from {1}", RegionInfo.RegionName); | 1893 | m_log.InfoFormat("[SCENE]: Loading prims in xml format to region {0} from {1}", RegionInfo.RegionName, fileName); |
1894 | 1894 | ||
1895 | m_serialiser.LoadPrimsFromXml(this, fileName, newIdsFlag, loadOffset); | 1895 | m_serialiser.LoadPrimsFromXml(this, fileName, newIdsFlag, loadOffset); |
1896 | } | 1896 | } |