From 32869aec47b9bc7f7046d24aabc3f3d957a929af Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 25 Oct 2007 15:34:43 +0000 Subject: apply http://bug.opensecondlife.org/view.php?id=512 from chillken which cleans up the verbose logic --- OpenSim/Tests/Inventory/TestInventory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Tests') diff --git a/OpenSim/Tests/Inventory/TestInventory.cs b/OpenSim/Tests/Inventory/TestInventory.cs index f9a791f..697b335 100644 --- a/OpenSim/Tests/Inventory/TestInventory.cs +++ b/OpenSim/Tests/Inventory/TestInventory.cs @@ -55,7 +55,7 @@ namespace OpenSim.Test.Inventory _agent_1_id = LLUUID.Random(); - MainLog.Instance = new LogBase("UnitTest.log", "TEST", null, true); + MainLog.Instance = new LogBase("UnitTest.log", "TEST", null, false); // _dbPlugin = new SQLiteInventoryStore(); _dbPlugin = new MySQLInventoryData(); _dbPlugin.Initialise(); -- cgit v1.1