From a89385818d35dd991aa29f835fdb742e0923c26e Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sat, 12 Jul 2008 22:14:38 +0000 Subject: * On archive loading, tell the user how many objects we are ignoring because they already exist in the scene * (ability to give objects new uuids will come later) --- OpenSim/Region/DataSnapshot/DataSnapshotManager.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'OpenSim/Region/DataSnapshot/DataSnapshotManager.cs') diff --git a/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs b/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs index 55ef047..5233139 100644 --- a/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs +++ b/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs @@ -85,10 +85,7 @@ namespace OpenSim.Region.DataSnapshot #region IRegionModule - public void Close() - { - m_log.Info("[DATASNAPSHOT]: Close called"); - } + public void Close() {} public void Initialise(Scene scene, IConfigSource config) { -- cgit v1.1