diff --git a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs index 4cda5e07b8..7974c78262 100644 --- a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs +++ b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs @@ -783,7 +783,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.Error("[PROFILES_DATA]: AgentInterestsUpdate exception ", e); + m_log.Error("[PROFILES_DATA]: UpdateAvatarInterests exception ", e); result = e.Message; return false; } @@ -951,7 +951,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.Error("[PROFILES_DATA]: AgentInterestsUpdate exception ", e); + m_log.Error("[PROFILES_DATA]: UpdateUserPreferences exception ", e); result = e.Message; return false; }