diff options
author | Justin Clarke Casey | 2007-12-23 02:14:29 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2007-12-23 02:14:29 +0000 |
commit | c545cc8cd914d6ded605fa2a195461c7aaf3a615 (patch) | |
tree | a779ea09574ba196c54a2c7c62d36fa3171299ef /OpenSim/Framework/Data.MySQL | |
parent | Simplify GridServer mainmap log messages. (diff) | |
download | opensim-SC_OLD-c545cc8cd914d6ded605fa2a195461c7aaf3a615.zip opensim-SC_OLD-c545cc8cd914d6ded605fa2a195461c7aaf3a615.tar.gz opensim-SC_OLD-c545cc8cd914d6ded605fa2a195461c7aaf3a615.tar.bz2 opensim-SC_OLD-c545cc8cd914d6ded605fa2a195461c7aaf3a615.tar.xz |
Miscellaneous small tweaks and more logging messages to move towards resolving inventory problems
Diffstat (limited to 'OpenSim/Framework/Data.MySQL')
-rw-r--r-- | OpenSim/Framework/Data.MySQL/MySQLInventoryData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Data.MySQL/MySQLInventoryData.cs b/OpenSim/Framework/Data.MySQL/MySQLInventoryData.cs index ac0877e..a47a126 100644 --- a/OpenSim/Framework/Data.MySQL/MySQLInventoryData.cs +++ b/OpenSim/Framework/Data.MySQL/MySQLInventoryData.cs | |||
@@ -302,7 +302,7 @@ namespace OpenSim.Framework.Data.MySQL | |||
302 | /// </summary> | 302 | /// </summary> |
303 | /// <param name="reader">The SQL Result</param> | 303 | /// <param name="reader">The SQL Result</param> |
304 | /// <returns>the item read</returns> | 304 | /// <returns>the item read</returns> |
305 | public InventoryItemBase readInventoryItem(MySqlDataReader reader) | 305 | private InventoryItemBase readInventoryItem(MySqlDataReader reader) |
306 | { | 306 | { |
307 | try | 307 | try |
308 | { | 308 | { |