aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/ScriptServer/ScriptServerMain.cs
diff options
context:
space:
mode:
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)