tmf: lttngControl: mi: basic listing support
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.control.ui / src / org / eclipse / linuxtools / internal / lttng2 / control / ui / views / model / impl / TargetNodeComponent.java
index 309fcba35e043efd2a0954e4867c8eb05407710a..1f3ccb7b8ba7a1387edd9c22589585bb7daacbb2 100644 (file)
@@ -211,7 +211,7 @@ public class TargetNodeComponent extends TraceControlComponent implements ICommu
     public String getNodeVersion() {
         // Control service is null during connection to node
         if (getControlService() != null) {
-            return getControlService().getVersion();
+            return getControlService().getVersionString();
         }
         return ""; //$NON-NLS-1$
     }
This page took 0.036291 seconds and 5 git commands to generate.