minor: correct two exception messages in PGSQLUserProfilesData where I copy/pasted AgentInterestsUpdate twice
parent
02dcfcf537
commit
43b094f549
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue