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/MessagingServer | |
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/MessagingServer')
-rw-r--r-- | OpenSim/Grid/MessagingServer/Main.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/MessagingServer/Main.cs b/OpenSim/Grid/MessagingServer/Main.cs index 7e9456d..5c1fb19 100644 --- a/OpenSim/Grid/MessagingServer/Main.cs +++ b/OpenSim/Grid/MessagingServer/Main.cs | |||
@@ -65,7 +65,7 @@ namespace OpenSim.Grid.MessagingServer | |||
65 | 65 | ||
66 | private OpenMessage_Main() | 66 | private OpenMessage_Main() |
67 | { | 67 | { |
68 | m_console = new ConsoleBase("OpenMessage", this); | 68 | m_console = new ConsoleBase("Messaging", this); |
69 | MainConsole.Instance = m_console; | 69 | MainConsole.Instance = m_console; |
70 | } | 70 | } |
71 | 71 | ||