aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorDiva Canto2009-12-23 19:43:50 -0800
committerDiva Canto2009-12-23 19:43:50 -0800
commit2c3d7972b97b057a7bef6969fbea03591789fcab (patch)
treea87f06e0424d4dc26e8e37d2ceb996f5970e615f /OpenSim
parentLibrary Module: allows adding folders/items to the Library from IAR files pla... (diff)
downloadopensim-SC_OLD-2c3d7972b97b057a7bef6969fbea03591789fcab.zip
opensim-SC_OLD-2c3d7972b97b057a7bef6969fbea03591789fcab.tar.gz
opensim-SC_OLD-2c3d7972b97b057a7bef6969fbea03591789fcab.tar.bz2
opensim-SC_OLD-2c3d7972b97b057a7bef6969fbea03591789fcab.tar.xz
No-op in this commit. Just increasing the tag number due to weirdnesses.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/Framework/Library/LibraryModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/Library/LibraryModule.cs b/OpenSim/Region/CoreModules/Framework/Library/LibraryModule.cs
index df7df46..6941e00 100644
--- a/OpenSim/Region/CoreModules/Framework/Library/LibraryModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/Library/LibraryModule.cs
@@ -130,7 +130,7 @@ namespace OpenSim.Region.CoreModules.Framework.Library
130 InventoryFolderImpl lib = m_Scene.CommsManager.UserProfileCacheService.LibraryRoot; 130 InventoryFolderImpl lib = m_Scene.CommsManager.UserProfileCacheService.LibraryRoot;
131 if (lib == null) 131 if (lib == null)
132 { 132 {
133 m_log.Debug("[LIBRARY MODULE]: No library."); 133 m_log.Debug("[LIBRARY MODULE]: No library. Ignoring Library Module");
134 return; 134 return;
135 } 135 }
136 136