aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetServer/Main.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-16 18:19:02 +0000
committerJustin Clarke Casey2008-05-16 18:19:02 +0000
commit6812de9af2a2c7835234cac5a6fd779091e73e13 (patch)
treece9ec21e8e61663315e9764eb9699e2fd68bde06 /OpenSim/Grid/AssetServer/Main.cs
parent* Eliminate occurences of "Got a texture uuid ... with no sender object to ha... (diff)
downloadopensim-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/AssetServer/Main.cs')
-rw-r--r--OpenSim/Grid/AssetServer/Main.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/AssetServer/Main.cs b/OpenSim/Grid/AssetServer/Main.cs
index 2aca8ff..83a6c89 100644
--- a/OpenSim/Grid/AssetServer/Main.cs
+++ b/OpenSim/Grid/AssetServer/Main.cs
@@ -80,7 +80,7 @@ namespace OpenSim.Grid.AssetServer
80 80
81 public OpenAsset_Main() 81 public OpenAsset_Main()
82 { 82 {
83 m_console = new ConsoleBase("OpenAsset", this); 83 m_console = new ConsoleBase("Asset", this);
84 84
85 MainConsole.Instance = m_console; 85 MainConsole.Instance = m_console;
86 } 86 }