aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/PGSQL
diff options
context:
space:
mode:
authorBlueWall2014-10-15 09:55:41 -0400
committerBlueWall2014-10-15 09:55:41 -0400
commitb45c929d66a5e2d297724a33fd98f0a18e78b3ec (patch)
tree92a756dcfa60650cb7bf3717168cf6b1630aae43 /OpenSim/Data/PGSQL
parentFix logging level to Error in exception handlers (diff)
downloadopensim-SC_OLD-b45c929d66a5e2d297724a33fd98f0a18e78b3ec.zip
opensim-SC_OLD-b45c929d66a5e2d297724a33fd98f0a18e78b3ec.tar.gz
opensim-SC_OLD-b45c929d66a5e2d297724a33fd98f0a18e78b3ec.tar.bz2
opensim-SC_OLD-b45c929d66a5e2d297724a33fd98f0a18e78b3ec.tar.xz
Fix over zealous chopping of text when editing (pilot error)
Diffstat (limited to 'OpenSim/Data/PGSQL')
-rw-r--r--OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs
index 3bbd7d5..4a08100 100644
--- a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs
+++ b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs
@@ -707,7 +707,7 @@ namespace OpenSim.Data.PGSQL
707 catch (Exception e) 707 catch (Exception e)
708 { 708 {
709 m_log.ErrorFormat("[PROFILES_DATA]" + 709 m_log.ErrorFormat("[PROFILES_DATA]" +
710 ": Requst properties exception {0}", e.Message; 710 ": Requst properties exception {0}", e.Message);
711 result = e.Message; 711 result = e.Message;
712 return false; 712 return false;
713 } 713 }