aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-06-04 20:44:01 +0100
committerJustin Clark-Casey (justincc)2010-06-04 20:44:01 +0100
commitf319d2ef5e4ef73b081036f7778329858586a07a (patch)
tree8e1338af08d784e9201dbaafb31254b16b586c3f /OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs
parentget TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAu... (diff)
parentMerge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-f319d2ef5e4ef73b081036f7778329858586a07a.zip
opensim-SC_OLD-f319d2ef5e4ef73b081036f7778329858586a07a.tar.gz
opensim-SC_OLD-f319d2ef5e4ef73b081036f7778329858586a07a.tar.bz2
opensim-SC_OLD-f319d2ef5e4ef73b081036f7778329858586a07a.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs')
-rw-r--r--OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs b/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs
index b0fee6d..6e580f1 100644
--- a/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs
+++ b/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs
@@ -149,7 +149,7 @@ namespace OpenSim.Server.Handlers.Asset
149 } 149 }
150 catch (Exception e) 150 catch (Exception e)
151 { 151 {
152 m_log.Debug("[XINVENTORY HANDLER]: Exception {0}" + e); 152 m_log.Debug("[XINVENTORY HANDLER]: Exception {0}", e);
153 } 153 }
154 154
155 return FailureResult(); 155 return FailureResult();