aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLUserData.cs
diff options
context:
space:
mode:
authorAdam Frisby2008-11-01 22:20:54 +0000
committerAdam Frisby2008-11-01 22:20:54 +0000
commit84136c70d8a8e3278d1ff3949971e993f6c3f1fb (patch)
treefceb7f3e7a0ea35a6b8316f9dee695970cd0ecf3 /OpenSim/Data/MySQL/MySQLUserData.cs
parent* Apply http://opensimulator.org/mantis/view.php?id=2521 (diff)
downloadopensim-SC_OLD-84136c70d8a8e3278d1ff3949971e993f6c3f1fb.zip
opensim-SC_OLD-84136c70d8a8e3278d1ff3949971e993f6c3f1fb.tar.gz
opensim-SC_OLD-84136c70d8a8e3278d1ff3949971e993f6c3f1fb.tar.bz2
opensim-SC_OLD-84136c70d8a8e3278d1ff3949971e993f6c3f1fb.tar.xz
* Minor cleanup
* Added additional error message when a Object/SOG DB save fails so we can trace why.
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLUserData.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLUserData.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLUserData.cs b/OpenSim/Data/MySQL/MySQLUserData.cs
index c3aade0..6baf4b6 100644
--- a/OpenSim/Data/MySQL/MySQLUserData.cs
+++ b/OpenSim/Data/MySQL/MySQLUserData.cs
@@ -34,7 +34,6 @@ using System.Text.RegularExpressions;
34using OpenMetaverse; 34using OpenMetaverse;
35using log4net; 35using log4net;
36using OpenSim.Framework; 36using OpenSim.Framework;
37using MySql.Data.MySqlClient;
38 37
39namespace OpenSim.Data.MySQL 38namespace OpenSim.Data.MySQL
40{ 39{