diff options
author | Justin Clarke Casey | 2008-09-26 15:28:14 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-26 15:28:14 +0000 |
commit | 97323345ee7953258c6902138c50265eac39c319 (patch) | |
tree | 383249b76c73023a318c3e60f2b5968c630240a6 /OpenSim/Data/Tests/BasicInventoryTest.cs | |
parent | * Apply http://opensimulator.org/mantis/view.php?id=2274 (diff) | |
download | opensim-SC_OLD-97323345ee7953258c6902138c50265eac39c319.zip opensim-SC_OLD-97323345ee7953258c6902138c50265eac39c319.tar.gz opensim-SC_OLD-97323345ee7953258c6902138c50265eac39c319.tar.bz2 opensim-SC_OLD-97323345ee7953258c6902138c50265eac39c319.tar.xz |
* minor: remove warnings
Diffstat (limited to 'OpenSim/Data/Tests/BasicInventoryTest.cs')
-rw-r--r-- | OpenSim/Data/Tests/BasicInventoryTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/BasicInventoryTest.cs b/OpenSim/Data/Tests/BasicInventoryTest.cs index ebba081..ea8e4e8 100644 --- a/OpenSim/Data/Tests/BasicInventoryTest.cs +++ b/OpenSim/Data/Tests/BasicInventoryTest.cs | |||
@@ -69,7 +69,7 @@ namespace OpenSim.Data.Tests | |||
69 | { | 69 | { |
70 | log4net.Config.XmlConfigurator.Configure(); | 70 | log4net.Config.XmlConfigurator.Configure(); |
71 | } | 71 | } |
72 | catch (Exception e) | 72 | catch (Exception) |
73 | { | 73 | { |
74 | // I don't care, just leave log4net off | 74 | // I don't care, just leave log4net off |
75 | } | 75 | } |