diff options
Diffstat (limited to 'OpenSim/Grid/ScriptServer')
-rw-r--r-- | OpenSim/Grid/ScriptServer/ScriptServerMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/ScriptServer/ScriptServerMain.cs b/OpenSim/Grid/ScriptServer/ScriptServerMain.cs index 568c12b..bdd6f18 100644 --- a/OpenSim/Grid/ScriptServer/ScriptServerMain.cs +++ b/OpenSim/Grid/ScriptServer/ScriptServerMain.cs | |||
@@ -40,7 +40,7 @@ namespace OpenSim.Grid.ScriptServer | |||
40 | // Root object. Creates objects used. | 40 | // Root object. Creates objects used. |
41 | // | 41 | // |
42 | private int listenPort = 1234; | 42 | private int listenPort = 1234; |
43 | private readonly string m_logFilename = ("region-console.log"); | 43 | private readonly string m_logFilename = ("scriptserver.log"); |
44 | private LogBase m_log; | 44 | private LogBase m_log; |
45 | 45 | ||
46 | // TEMP | 46 | // TEMP |