diff options
author | Sean Dague | 2007-10-25 15:34:43 +0000 |
---|---|---|
committer | Sean Dague | 2007-10-25 15:34:43 +0000 |
commit | 32869aec47b9bc7f7046d24aabc3f3d957a929af (patch) | |
tree | 32d71f4744fca858d9eb7b2d7ada1b9089bf27e2 /OpenSim/Region/Examples/SimpleApp/Program.cs | |
parent | move out the config files to .example files so that they (diff) | |
download | opensim-SC_OLD-32869aec47b9bc7f7046d24aabc3f3d957a929af.zip opensim-SC_OLD-32869aec47b9bc7f7046d24aabc3f3d957a929af.tar.gz opensim-SC_OLD-32869aec47b9bc7f7046d24aabc3f3d957a929af.tar.bz2 opensim-SC_OLD-32869aec47b9bc7f7046d24aabc3f3d957a929af.tar.xz |
apply http://bug.opensecondlife.org/view.php?id=512 from chillken
which cleans up the verbose logic
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/Program.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/Program.cs b/OpenSim/Region/Examples/SimpleApp/Program.cs index 35f2051..36be3e8 100644 --- a/OpenSim/Region/Examples/SimpleApp/Program.cs +++ b/OpenSim/Region/Examples/SimpleApp/Program.cs | |||
@@ -50,7 +50,7 @@ namespace SimpleApp | |||
50 | 50 | ||
51 | protected override LogBase CreateLog() | 51 | protected override LogBase CreateLog() |
52 | { | 52 | { |
53 | return new LogBase(null, "SimpleApp", this, false); | 53 | return new LogBase(null, "SimpleApp", this, true); |
54 | } | 54 | } |
55 | 55 | ||
56 | protected override void Initialize() | 56 | protected override void Initialize() |