diff options
author | Melanie Thielker | 2009-05-20 13:50:33 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-20 13:50:33 +0000 |
commit | 4065ebff15e228d7227500f3a2275025f5d16966 (patch) | |
tree | 3ffddea94c9fab8218289c5bc4e188e9f52a53c2 /OpenSim/Grid | |
parent | refactoring instantiation of Location object: moving it out of the for (diff) | |
download | opensim-SC_OLD-4065ebff15e228d7227500f3a2275025f5d16966.zip opensim-SC_OLD-4065ebff15e228d7227500f3a2275025f5d16966.tar.gz opensim-SC_OLD-4065ebff15e228d7227500f3a2275025f5d16966.tar.bz2 opensim-SC_OLD-4065ebff15e228d7227500f3a2275025f5d16966.tar.xz |
Remove the pre-log4net, discrete output methods from the consoles
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/AssetInventoryServer/AssetInventoryServer.cs | 2 | ||||
-rw-r--r-- | OpenSim/Grid/AssetServer/Main.cs | 2 | ||||
-rw-r--r-- | OpenSim/Grid/GridServer/GridServerBase.cs | 2 | ||||
-rw-r--r-- | OpenSim/Grid/InventoryServer/Main.cs | 2 | ||||
-rw-r--r-- | OpenSim/Grid/MessagingServer/Main.cs | 6 | ||||
-rw-r--r-- | OpenSim/Grid/UserServer/Main.cs | 4 |
6 files changed, 9 insertions, 9 deletions
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 | |||
119 | 119 | ||
120 | public void Work() | 120 | public void Work() |
121 | { | 121 | { |
122 | m_console.Notice("Enter help for a list of commands"); | 122 | m_console.Output("Enter help for a list of commands"); |
123 | 123 | ||
124 | while (true) | 124 | while (true) |
125 | { | 125 | { |
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 | |||
67 | 67 | ||
68 | private void Work() | 68 | private void Work() |
69 | { | 69 | { |
70 | m_console.Notice("Enter help for a list of commands"); | 70 | m_console.Output("Enter help for a list of commands"); |
71 | 71 | ||
72 | while (true) | 72 | while (true) |
73 | { | 73 | { |
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 | |||
61 | 61 | ||
62 | public void Work() | 62 | public void Work() |
63 | { | 63 | { |
64 | m_console.Notice("Enter help for a list of commands\n"); | 64 | m_console.Output("Enter help for a list of commands\n"); |
65 | 65 | ||
66 | while (true) | 66 | while (true) |
67 | { | 67 | { |
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 | |||
164 | 164 | ||
165 | private void Work() | 165 | private void Work() |
166 | { | 166 | { |
167 | m_console.Notice("Enter help for a list of commands\n"); | 167 | m_console.Output("Enter help for a list of commands\n"); |
168 | 168 | ||
169 | while (true) | 169 | while (true) |
170 | { | 170 | { |
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 | |||
76 | 76 | ||
77 | private void Work() | 77 | private void Work() |
78 | { | 78 | { |
79 | m_console.Notice("Enter help for a list of commands\n"); | 79 | m_console.Output("Enter help for a list of commands\n"); |
80 | 80 | ||
81 | while (true) | 81 | while (true) |
82 | { | 82 | { |
@@ -120,7 +120,7 @@ namespace OpenSim.Grid.MessagingServer | |||
120 | m_httpServer.Stop(); | 120 | m_httpServer.Stop(); |
121 | m_httpServer = null; | 121 | m_httpServer = null; |
122 | } | 122 | } |
123 | m_console.Notice("[SERVER]: Deregistered from userserver."); | 123 | m_console.Output("[SERVER]: Deregistered from userserver."); |
124 | } | 124 | } |
125 | 125 | ||
126 | protected override void StartupSpecific() | 126 | protected override void StartupSpecific() |
@@ -192,7 +192,7 @@ namespace OpenSim.Grid.MessagingServer | |||
192 | private void HandleClearCache(string module, string[] cmd) | 192 | private void HandleClearCache(string module, string[] cmd) |
193 | { | 193 | { |
194 | int entries = m_regionModule.ClearRegionCache(); | 194 | int entries = m_regionModule.ClearRegionCache(); |
195 | m_console.Notice("Region cache cleared! Cleared " + | 195 | m_console.Output("Region cache cleared! Cleared " + |
196 | entries.ToString() + " entries"); | 196 | entries.ToString() + " entries"); |
197 | } | 197 | } |
198 | 198 | ||
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 | |||
91 | 91 | ||
92 | public void Work() | 92 | public void Work() |
93 | { | 93 | { |
94 | m_console.Notice("Enter help for a list of commands\n"); | 94 | m_console.Output("Enter help for a list of commands\n"); |
95 | 95 | ||
96 | while (true) | 96 | while (true) |
97 | { | 97 | { |
@@ -280,7 +280,7 @@ namespace OpenSim.Grid.UserServer | |||
280 | 280 | ||
281 | public void TestResponse(List<InventoryFolderBase> resp) | 281 | public void TestResponse(List<InventoryFolderBase> resp) |
282 | { | 282 | { |
283 | m_console.Notice("response got"); | 283 | m_console.Output("response got"); |
284 | } | 284 | } |
285 | } | 285 | } |
286 | } | 286 | } |