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/AssetInventoryServer | |
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/AssetInventoryServer')
-rw-r--r-- | OpenSim/Grid/AssetInventoryServer/AssetInventoryServer.cs | 2 |
1 files changed, 1 insertions, 1 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 | { |