diff options
author | Tedd Hansen | 2008-01-19 11:17:12 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-01-19 11:17:12 +0000 |
commit | ca772be0d4616bffde294a404c4a601cf5575f13 (patch) | |
tree | e962b4ee6e88052bd3af9775d9d1985254599e55 /OpenSim/Framework | |
parent | Still looking for that startup crash bug. Added some exception handling in pr... (diff) | |
download | opensim-SC_OLD-ca772be0d4616bffde294a404c4a601cf5575f13.zip opensim-SC_OLD-ca772be0d4616bffde294a404c4a601cf5575f13.tar.gz opensim-SC_OLD-ca772be0d4616bffde294a404c4a601cf5575f13.tar.bz2 opensim-SC_OLD-ca772be0d4616bffde294a404c4a601cf5575f13.tar.xz |
Still hunting, added debug output
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Data.MySQL/MySQLDataStore.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs b/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs index cadd9fc..5a9aba9 100644 --- a/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs +++ b/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs | |||
@@ -291,7 +291,7 @@ namespace OpenSim.Framework.Data.MySQL | |||
291 | } | 291 | } |
292 | catch (Exception ex) | 292 | catch (Exception ex) |
293 | { | 293 | { |
294 | MainLog.Instance.Error("DATASTORE", "Exception trying to load prim objects: " + ex.ToString()); | 294 | MainLog.Instance.Error("DATASTORE", "Exception trying to load prim objects for region " + regionUUID + ": " + ex.ToString()); |
295 | } | 295 | } |
296 | return retvals; | 296 | return retvals; |
297 | } | 297 | } |