diff options
author | Justin Clark-Casey (justincc) | 2010-02-03 19:34:08 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-02-03 19:34:08 +0000 |
commit | 7c69badd3daa81464f00aa1009941c7c4825cc2b (patch) | |
tree | d2f26382552c61c1e073c74fab1083ffb958b056 | |
parent | minor: add a smidgen of EventManager doc (diff) | |
download | opensim-SC_OLD-7c69badd3daa81464f00aa1009941c7c4825cc2b.zip opensim-SC_OLD-7c69badd3daa81464f00aa1009941c7c4825cc2b.tar.gz opensim-SC_OLD-7c69badd3daa81464f00aa1009941c7c4825cc2b.tar.bz2 opensim-SC_OLD-7c69badd3daa81464f00aa1009941c7c4825cc2b.tar.xz |
minor: remove one mono compiler warning
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/Library/LibraryModule.cs | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/Library/LibraryModule.cs b/OpenSim/Region/CoreModules/Framework/Library/LibraryModule.cs index 6941e00..13f58bd 100644 --- a/OpenSim/Region/CoreModules/Framework/Library/LibraryModule.cs +++ b/OpenSim/Region/CoreModules/Framework/Library/LibraryModule.cs | |||
@@ -174,18 +174,16 @@ namespace OpenSim.Region.CoreModules.Framework.Library | |||
174 | { | 174 | { |
175 | m_log.DebugFormat("[LIBRARY MODULE]: Exception when processing archive {0}: {1}", iarFileName, e.Message); | 175 | m_log.DebugFormat("[LIBRARY MODULE]: Exception when processing archive {0}: {1}", iarFileName, e.Message); |
176 | } | 176 | } |
177 | |||
178 | } | 177 | } |
179 | |||
180 | } | ||
181 | |||
182 | private void DumpLibrary() | ||
183 | { | ||
184 | InventoryFolderImpl lib = m_Scene.CommsManager.UserProfileCacheService.LibraryRoot; | ||
185 | |||
186 | m_log.DebugFormat(" - folder {0}", lib.Name); | ||
187 | DumpFolder(lib); | ||
188 | } | 178 | } |
179 | // | ||
180 | // private void DumpLibrary() | ||
181 | // { | ||
182 | // InventoryFolderImpl lib = m_Scene.CommsManager.UserProfileCacheService.LibraryRoot; | ||
183 | // | ||
184 | // m_log.DebugFormat(" - folder {0}", lib.Name); | ||
185 | // DumpFolder(lib); | ||
186 | // } | ||
189 | 187 | ||
190 | private void DumpFolder(InventoryFolderImpl folder) | 188 | private void DumpFolder(InventoryFolderImpl folder) |
191 | { | 189 | { |