Bug 448058: Replace RSE by org.eclipse.remote
[deliverable/tracecompass.git] / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / service / LTTngControlService.java
index 8ea853fbfb1f9fa7f782e1f58b29854db2c0024f..473f1cc74499c2ef70f95d88d0790885c6efd35f 100644 (file)
@@ -11,6 +11,7 @@
  *   Bernd Hufmann - Updated for support of LTTng Tools 2.1
  *   Simon Delisle - Updated for support of LTTng Tools 2.2
  *   Marc-Andre Laperle - Support for creating a live session
+ *   Markus Schorn - Bug 448058: Use org.eclipse.remote in favor of RSE
  **********************************************************************/
 package org.eclipse.tracecompass.internal.lttng2.control.ui.views.service;
 
@@ -1575,8 +1576,7 @@ public class LTTngControlService implements ILttngControlService {
             ControlCommandLogger.log(command);
         }
 
-        ICommandResult result = fCommandShell.executeCommand(
-                command.toString(), monitor);
+        ICommandResult result = fCommandShell.executeCommand(command, monitor);
 
         if (ControlPreferences.getInstance().isLoggingEnabled()) {
             ControlCommandLogger.log(formatOutput(result));
This page took 0.024322 seconds and 5 git commands to generate.