No-op in this commit. Just increasing the tag number due to weirdnesses.

mysql-performance
Diva Canto 2009-12-23 19:43:50 -08:00
parent 1fa938aab0
commit 2c3d7972b9
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ namespace OpenSim.Region.CoreModules.Framework.Library
InventoryFolderImpl lib = m_Scene.CommsManager.UserProfileCacheService.LibraryRoot;
if (lib == null)
{
m_log.Debug("[LIBRARY MODULE]: No library.");
m_log.Debug("[LIBRARY MODULE]: No library. Ignoring Library Module");
return;
}