diff options
author | BlueWall | 2014-10-15 09:55:41 -0400 |
---|---|---|
committer | BlueWall | 2014-10-15 09:55:41 -0400 |
commit | b45c929d66a5e2d297724a33fd98f0a18e78b3ec (patch) | |
tree | 92a756dcfa60650cb7bf3717168cf6b1630aae43 /OpenSim/Data | |
parent | Fix logging level to Error in exception handlers (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs | 2 |
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 | } |