aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/ScriptServer/ScriptServerMain.cs
diff options
context:
space:
mode:
authorSean Dague2007-10-25 15:34:43 +0000
committerSean Dague2007-10-25 15:34:43 +0000
commit32869aec47b9bc7f7046d24aabc3f3d957a929af (patch)
tree32d71f4744fca858d9eb7b2d7ada1b9089bf27e2 /OpenSim/Grid/ScriptServer/ScriptServerMain.cs
parentmove out the config files to .example files so that they (diff)
downloadopensim-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/Grid/ScriptServer/ScriptServerMain.cs')
-rw-r--r--OpenSim/Grid/ScriptServer/ScriptServerMain.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/ScriptServer/ScriptServerMain.cs b/OpenSim/Grid/ScriptServer/ScriptServerMain.cs
index f22f2e6..478915b 100644
--- a/OpenSim/Grid/ScriptServer/ScriptServerMain.cs
+++ b/OpenSim/Grid/ScriptServer/ScriptServerMain.cs
@@ -62,7 +62,7 @@ namespace OpenSim.Grid.ScriptServer
62 Directory.CreateDirectory(Util.logDir()); 62 Directory.CreateDirectory(Util.logDir());
63 } 63 }
64 64
65 return new LogBase((Path.Combine(Util.logDir(), m_logFilename)), "Region", this, false); 65 return new LogBase((Path.Combine(Util.logDir(), m_logFilename)), "Region", this, true);
66 } 66 }
67 67
68 public void RunCmd(string command, string[] cmdparams) 68 public void RunCmd(string command, string[] cmdparams)