minor: correct two exception messages in PGSQLUserProfilesData where I copy/pasted AgentInterestsUpdate twice

sedebug
Justin Clark-Casey (justincc) 2015-01-13 18:42:04 +00:00
parent 02dcfcf537
commit 43b094f549
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}