aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-04-30 19:08:48 +0000
committerJustin Clarke Casey2008-04-30 19:08:48 +0000
commit9817363b9340cb4f918f4e1ca0690f112691113c (patch)
treefd74b1be0145191f72b9d5800a569e2e9ea76bc2 /OpenSim/Region
parentadd a bunch of properties for User Appearance (diff)
downloadopensim-SC_OLD-9817363b9340cb4f918f4e1ca0690f112691113c.zip
opensim-SC_OLD-9817363b9340cb4f918f4e1ca0690f112691113c.tar.gz
opensim-SC_OLD-9817363b9340cb4f918f4e1ca0690f112691113c.tar.bz2
opensim-SC_OLD-9817363b9340cb4f918f4e1ca0690f112691113c.tar.xz
* Completely inconsequential inventory odds and ends (actual impact - only one log message changed)
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs2
1 files changed, 1 insertions, 1 deletions
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
239 } 239 }
240 catch (System.Net.WebException e) 240 catch (System.Net.WebException e)
241 { 241 {
242 m_log.ErrorFormat("[OGS1 INVENTORY SERVICE]: Add new inventory item operation failed, {0} {1}", 242 m_log.ErrorFormat("[OGS1 INVENTORY SERVICE]: Update new inventory item operation failed, {0} {1}",
243 e.Source, e.Message); 243 e.Source, e.Message);
244 } 244 }
245 } 245 }