--- dao/DaoMqPump2/DaoMqPump2/RemoteControl.cs 2014/05/16 19:03:46 2167 +++ dao/DaoMqPump2/DaoMqPump2/RemoteControl.cs 2014/05/16 20:56:22 2168 @@ -86,7 +86,7 @@ public string[] GetTransportLog(string transport) { Transport t = TransportController.getInstance().getTransport(transport); - return t.getLog(); + return t.logfile.getLog(); }