* Move most bookending startup/shutdown messages to BaseOpenSimServer so they appear in non-console servers too

This commit is contained in:
Justin Clarke Casey
2008-06-01 02:02:20 +00:00
parent 15d41c2fc2
commit fbaeb081aa
4 changed files with 6 additions and 31 deletions

View File

@@ -58,8 +58,6 @@ namespace OpenSim
Console.WriteLine(" Environment is unsupported (" + supported + ")\n");
}
Console.WriteLine("Starting...\n");
Culture.SetCurrentCulture();
ArgvConfigSource configSource = new ArgvConfigSource(args);