diff options
author | Justin Clarke Casey | 2008-06-01 02:02:20 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-06-01 02:02:20 +0000 |
commit | fbaeb081aa6e66cd560c2883c4a514f489c2e3e8 (patch) | |
tree | 37af2cd1b3810691c989df4f472909ed6a83e5ae /OpenSim/Region | |
parent | * Fix build break by eliminating remaining IScenePermissions references - mus... (diff) | |
download | opensim-SC_OLD-fbaeb081aa6e66cd560c2883c4a514f489c2e3e8.zip opensim-SC_OLD-fbaeb081aa6e66cd560c2883c4a514f489c2e3e8.tar.gz opensim-SC_OLD-fbaeb081aa6e66cd560c2883c4a514f489c2e3e8.tar.bz2 opensim-SC_OLD-fbaeb081aa6e66cd560c2883c4a514f489c2e3e8.tar.xz |
* Move most bookending startup/shutdown messages to BaseOpenSimServer so they appear in non-console servers too
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Application/Application.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index 9be30e9..32dff0f 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs | |||
@@ -58,8 +58,6 @@ namespace OpenSim | |||
58 | Console.WriteLine(" Environment is unsupported (" + supported + ")\n"); | 58 | Console.WriteLine(" Environment is unsupported (" + supported + ")\n"); |
59 | } | 59 | } |
60 | 60 | ||
61 | Console.WriteLine("Starting...\n"); | ||
62 | |||
63 | Culture.SetCurrentCulture(); | 61 | Culture.SetCurrentCulture(); |
64 | 62 | ||
65 | ArgvConfigSource configSource = new ArgvConfigSource(args); | 63 | ArgvConfigSource configSource = new ArgvConfigSource(args); |