aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-06-20 00:17:20 +0100
committerJustin Clark-Casey (justincc)2013-06-20 00:17:20 +0100
commit3370e19205352a4ba75e384f8719836a0da0b1df (patch)
tree27ce54c216923446825884b1ece444c9632caa24 /OpenSim/Capabilities/Handlers
parentMake it possible to specify display of stats in a particular 'container' by s... (diff)
downloadopensim-SC_OLD-3370e19205352a4ba75e384f8719836a0da0b1df.zip
opensim-SC_OLD-3370e19205352a4ba75e384f8719836a0da0b1df.tar.gz
opensim-SC_OLD-3370e19205352a4ba75e384f8719836a0da0b1df.tar.bz2
opensim-SC_OLD-3370e19205352a4ba75e384f8719836a0da0b1df.tar.xz
minor: fix mono compiler warning in FetchInventory2Handler
Diffstat (limited to 'OpenSim/Capabilities/Handlers')
-rw-r--r--OpenSim/Capabilities/Handlers/FetchInventory2/FetchInventory2Handler.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Capabilities/Handlers/FetchInventory2/FetchInventory2Handler.cs b/OpenSim/Capabilities/Handlers/FetchInventory2/FetchInventory2Handler.cs
index c0ca1e1..2c91328 100644
--- a/OpenSim/Capabilities/Handlers/FetchInventory2/FetchInventory2Handler.cs
+++ b/OpenSim/Capabilities/Handlers/FetchInventory2/FetchInventory2Handler.cs
@@ -46,7 +46,7 @@ namespace OpenSim.Capabilities.Handlers
46{ 46{
47 public class FetchInventory2Handler 47 public class FetchInventory2Handler
48 { 48 {
49 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 49// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
50 50
51 private IInventoryService m_inventoryService; 51 private IInventoryService m_inventoryService;
52 52
@@ -121,4 +121,4 @@ namespace OpenSim.Capabilities.Handlers
121 return llsdItem; 121 return llsdItem;
122 } 122 }
123 } 123 }
124} 124} \ No newline at end of file