diff options
Diffstat (limited to 'OpenSim/Data/PGSQL')
-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 | } |