aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMW2007-08-10 17:40:57 +0000
committerMW2007-08-10 17:40:57 +0000
commitafa445660e6dcb58f8894945832eabc8062bdd28 (patch)
tree8c8e6b80ebbb0bf990feea4efafa07dcb50955d1 /OpenSim
parentSome cleaning up and removed a few old files no longer in use. (diff)
downloadopensim-SC_OLD-afa445660e6dcb58f8894945832eabc8062bdd28.zip
opensim-SC_OLD-afa445660e6dcb58f8894945832eabc8062bdd28.tar.gz
opensim-SC_OLD-afa445660e6dcb58f8894945832eabc8062bdd28.tar.bz2
opensim-SC_OLD-afa445660e6dcb58f8894945832eabc8062bdd28.tar.xz
I'm sorry but it has now became a case of either it goes or I go, so I'm removing the creating a different named log file every time opensim is ran (I can't take doing a bit of developing then finding 500 log files in the bin folder), and as opensim allows multiple regions in a instance there should no longer be the need to run multiple instances of opensim from a single folder (which was I believe the reason that code was added ).
If someone else can't live without the multiple log files then I guess...
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs
index b052178..7316db4 100644
--- a/OpenSim/Region/Application/OpenSimMain.cs
+++ b/OpenSim/Region/Application/OpenSimMain.cs
@@ -68,7 +68,7 @@ namespace OpenSim
68 protected List<Scene> m_localScenes = new List<Scene>(); 68 protected List<Scene> m_localScenes = new List<Scene>();
69 69
70 private bool m_silent; 70 private bool m_silent;
71 private string m_logFilename = ("region-console-" + Guid.NewGuid().ToString() + ".log"); 71 private string m_logFilename = ("region-console" + ".log");
72 72
73 public OpenSimMain(IConfigSource configSource) 73 public OpenSimMain(IConfigSource configSource)
74 : base() 74 : base()