mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
minor: correct two exception messages in PGSQLUserProfilesData where I copy/pasted AgentInterestsUpdate twice
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user