From 9817363b9340cb4f918f4e1ca0690f112691113c Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 30 Apr 2008 19:08:48 +0000 Subject: * Completely inconsequential inventory odds and ends (actual impact - only one log message changed) --- OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs index 5b72f0d..b1816d0 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs @@ -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); } } -- cgit v1.1