* Completely inconsequential inventory odds and ends (actual impact - only one log message changed)

This commit is contained in:
Justin Clarke Casey
2008-04-30 19:08:48 +00:00
parent a9aee0162a
commit 9817363b93
3 changed files with 11 additions and 3 deletions

View File

@@ -239,7 +239,7 @@ namespace OpenSim.Region.Communications.OGS1
}
catch (System.Net.WebException e)
{
m_log.ErrorFormat("[OGS1 INVENTORY SERVICE]: Add new inventory item operation failed, {0} {1}",
m_log.ErrorFormat("[OGS1 INVENTORY SERVICE]: Update new inventory item operation failed, {0} {1}",
e.Source, e.Message);
}
}