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/TestSuite/PhysicsBot.cs | |
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 '')
-rw-r--r-- | OpenSim/TestSuite/PhysicsBot.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/TestSuite/PhysicsBot.cs b/OpenSim/TestSuite/PhysicsBot.cs index fd20a1e..68c1c8a 100644 --- a/OpenSim/TestSuite/PhysicsBot.cs +++ b/OpenSim/TestSuite/PhysicsBot.cs | |||
@@ -147,7 +147,7 @@ namespace OpenSim.TestSuite | |||
147 | } | 147 | } |
148 | else | 148 | else |
149 | { | 149 | { |
150 | MainConsole.Instance.Error(firstname + " " + lastname, "Can't login: " + client.Network.LoginMessage); | 150 | MainConsole.Instance.Output(firstname + " " + lastname + "Can't login: " + client.Network.LoginMessage); |
151 | if (OnDisconnected != null) | 151 | if (OnDisconnected != null) |
152 | { | 152 | { |
153 | OnDisconnected(this, EventType.DISCONNECTED); | 153 | OnDisconnected(this, EventType.DISCONNECTED); |