Small fix

This commit is contained in:
Adam Frisby
2007-04-22 03:16:26 +00:00
parent c6b1dd0fac
commit 0b54136042

View File

@@ -243,6 +243,7 @@ namespace OpenSim.world
catch (Exception e)
{
OpenSim.Framework.Console.MainConsole.Instance.WriteLine("World.cs: LoadStorageDLL() - Failed with exception " + e.ToString());
return false;
}
}