diff options
author | Justin Clarke Casey | 2008-05-16 18:19:02 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-05-16 18:19:02 +0000 |
commit | 6812de9af2a2c7835234cac5a6fd779091e73e13 (patch) | |
tree | ce9ec21e8e61663315e9764eb9699e2fd68bde06 /OpenSim/Grid/ScriptServer/ScriptServerMain.cs | |
parent | * Eliminate occurences of "Got a texture uuid ... with no sender object to ha... (diff) | |
download | opensim-SC_OLD-6812de9af2a2c7835234cac5a6fd779091e73e13.zip opensim-SC_OLD-6812de9af2a2c7835234cac5a6fd779091e73e13.tar.gz opensim-SC_OLD-6812de9af2a2c7835234cac5a6fd779091e73e13.tar.bz2 opensim-SC_OLD-6812de9af2a2c7835234cac5a6fd779091e73e13.tar.xz |
* Minor: For no particularly good reason, make all console prompts conform to the same prompt scheme
Diffstat (limited to 'OpenSim/Grid/ScriptServer/ScriptServerMain.cs')
-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 e487c02..9de250b 100644 --- a/OpenSim/Grid/ScriptServer/ScriptServerMain.cs +++ b/OpenSim/Grid/ScriptServer/ScriptServerMain.cs | |||
@@ -99,7 +99,7 @@ namespace OpenSim.Grid.ScriptServer | |||
99 | 99 | ||
100 | protected ConsoleBase CreateConsole() | 100 | protected ConsoleBase CreateConsole() |
101 | { | 101 | { |
102 | return new ConsoleBase("ScriptServer", this); | 102 | return new ConsoleBase("Script", this); |
103 | } | 103 | } |
104 | } | 104 | } |
105 | } | 105 | } |