* Remove pointless boolean on AgentInventory.CreateRootFolder()

This commit is contained in:
Justin Clarke Casey
2008-03-28 16:27:29 +00:00
parent a13d68d98c
commit 512e52be4c
5 changed files with 5 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ namespace OpenSim.Framework.Communications
{
if (!String.IsNullOrEmpty(FileName))
{
m_log.Info("[AGENTINVENTORY]: Inventorystorage: Attempting to load " + FileName);
m_log.Info("[AGENTINVENTORY]: Inventory storage: Attempting to load " + FileName);
Assembly pluginAssembly = Assembly.LoadFrom(FileName);
foreach (Type pluginType in pluginAssembly.GetTypes())