From 3d7bb7567c7452d4a1216db5656d0b02957cf950 Mon Sep 17 00:00:00 2001 From: Melanie Date: Mon, 17 Aug 2009 09:21:39 +0100 Subject: Add the ability to use -console=rest to the region server. User and pass are specified the same way as for the ROBUST server --- OpenSim/ConsoleClient/ConsoleClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/ConsoleClient') diff --git a/OpenSim/ConsoleClient/ConsoleClient.cs b/OpenSim/ConsoleClient/ConsoleClient.cs index 1e5f0b7..319584f 100644 --- a/OpenSim/ConsoleClient/ConsoleClient.cs +++ b/OpenSim/ConsoleClient/ConsoleClient.cs @@ -185,7 +185,7 @@ namespace OpenSim.ConsoleClient if (parts.Length != 3) continue; - MainConsole.Instance.Output(parts[2], parts[1]); + MainConsole.Instance.Output(parts[2].Trim(), parts[1]); } Requester.MakeRequest(requestUrl, requestData, ReadResponses); -- cgit v1.1