diff options
Diffstat (limited to 'OpenSim/TestSuite/PhysicsBot.cs')
-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); |