From 4065ebff15e228d7227500f3a2275025f5d16966 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Wed, 20 May 2009 13:50:33 +0000 Subject: Remove the pre-log4net, discrete output methods from the consoles --- OpenSim/Grid/AssetInventoryServer/AssetInventoryServer.cs | 2 +- OpenSim/Grid/AssetServer/Main.cs | 2 +- OpenSim/Grid/GridServer/GridServerBase.cs | 2 +- OpenSim/Grid/InventoryServer/Main.cs | 2 +- OpenSim/Grid/MessagingServer/Main.cs | 6 +++--- OpenSim/Grid/UserServer/Main.cs | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) (limited to 'OpenSim/Grid') diff --git a/OpenSim/Grid/AssetInventoryServer/AssetInventoryServer.cs b/OpenSim/Grid/AssetInventoryServer/AssetInventoryServer.cs index 0b58825..16b9d9e 100644 --- a/OpenSim/Grid/AssetInventoryServer/AssetInventoryServer.cs +++ b/OpenSim/Grid/AssetInventoryServer/AssetInventoryServer.cs @@ -119,7 +119,7 @@ namespace OpenSim.Grid.AssetInventoryServer public void Work() { - m_console.Notice("Enter help for a list of commands"); + m_console.Output("Enter help for a list of commands"); while (true) { diff --git a/OpenSim/Grid/AssetServer/Main.cs b/OpenSim/Grid/AssetServer/Main.cs index 4a4910d..e309273 100644 --- a/OpenSim/Grid/AssetServer/Main.cs +++ b/OpenSim/Grid/AssetServer/Main.cs @@ -67,7 +67,7 @@ namespace OpenSim.Grid.AssetServer private void Work() { - m_console.Notice("Enter help for a list of commands"); + m_console.Output("Enter help for a list of commands"); while (true) { diff --git a/OpenSim/Grid/GridServer/GridServerBase.cs b/OpenSim/Grid/GridServer/GridServerBase.cs index 67bef2e..6f47304 100644 --- a/OpenSim/Grid/GridServer/GridServerBase.cs +++ b/OpenSim/Grid/GridServer/GridServerBase.cs @@ -61,7 +61,7 @@ namespace OpenSim.Grid.GridServer public void Work() { - m_console.Notice("Enter help for a list of commands\n"); + m_console.Output("Enter help for a list of commands\n"); while (true) { diff --git a/OpenSim/Grid/InventoryServer/Main.cs b/OpenSim/Grid/InventoryServer/Main.cs index 7891965..7560383 100644 --- a/OpenSim/Grid/InventoryServer/Main.cs +++ b/OpenSim/Grid/InventoryServer/Main.cs @@ -164,7 +164,7 @@ namespace OpenSim.Grid.InventoryServer private void Work() { - m_console.Notice("Enter help for a list of commands\n"); + m_console.Output("Enter help for a list of commands\n"); while (true) { diff --git a/OpenSim/Grid/MessagingServer/Main.cs b/OpenSim/Grid/MessagingServer/Main.cs index 2b809f9..7e4a2cb 100644 --- a/OpenSim/Grid/MessagingServer/Main.cs +++ b/OpenSim/Grid/MessagingServer/Main.cs @@ -76,7 +76,7 @@ namespace OpenSim.Grid.MessagingServer private void Work() { - m_console.Notice("Enter help for a list of commands\n"); + m_console.Output("Enter help for a list of commands\n"); while (true) { @@ -120,7 +120,7 @@ namespace OpenSim.Grid.MessagingServer m_httpServer.Stop(); m_httpServer = null; } - m_console.Notice("[SERVER]: Deregistered from userserver."); + m_console.Output("[SERVER]: Deregistered from userserver."); } protected override void StartupSpecific() @@ -192,7 +192,7 @@ namespace OpenSim.Grid.MessagingServer private void HandleClearCache(string module, string[] cmd) { int entries = m_regionModule.ClearRegionCache(); - m_console.Notice("Region cache cleared! Cleared " + + m_console.Output("Region cache cleared! Cleared " + entries.ToString() + " entries"); } diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs index b1f1787..7bb8b12 100644 --- a/OpenSim/Grid/UserServer/Main.cs +++ b/OpenSim/Grid/UserServer/Main.cs @@ -91,7 +91,7 @@ namespace OpenSim.Grid.UserServer public void Work() { - m_console.Notice("Enter help for a list of commands\n"); + m_console.Output("Enter help for a list of commands\n"); while (true) { @@ -280,7 +280,7 @@ namespace OpenSim.Grid.UserServer public void TestResponse(List resp) { - m_console.Notice("response got"); + m_console.Output("response got"); } } } -- cgit v1.1