diff --git a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs index 3bbd7d583b..4a08100dba 100644 --- a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs +++ b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs @@ -707,7 +707,7 @@ namespace OpenSim.Data.PGSQL catch (Exception e) { m_log.ErrorFormat("[PROFILES_DATA]" + - ": Requst properties exception {0}", e.Message; + ": Requst properties exception {0}", e.Message); result = e.Message; return false; }