Miscellaneous small tweaks and more logging messages to move towards resolving inventory problems

This commit is contained in:
Justin Clarke Casey
2007-12-23 02:14:29 +00:00
parent 1a679c8cd9
commit c545cc8cd9
4 changed files with 39 additions and 12 deletions

View File

@@ -302,7 +302,7 @@ namespace OpenSim.Framework.Data.MySQL
/// </summary>
/// <param name="reader">The SQL Result</param>
/// <returns>the item read</returns>
public InventoryItemBase readInventoryItem(MySqlDataReader reader)
private InventoryItemBase readInventoryItem(MySqlDataReader reader)
{
try
{