Monster merge from the integration branch. Still some problems left and JUnits failing.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng / src / org / eclipse / linuxtools / lttng / state / evProcessor / state / StateUpdateHandlers.java
index d15b2008313e260d88e64584ecde720dd0d8cbc1..c4b604eff96447e68b0cc33f15f9438ff8991344 100644 (file)
@@ -223,7 +223,7 @@ class StateUpdateHandlers {
                                                Fields.LTT_FIELD_IRQ_ID);
                                if (irq == null || traceSt.getIrq_states().get(irq) == null) {
                                        if (irq != null) {
-                                               System.out.println("Invalid irq (" + irq + "), ts = " + trcEvent.getOriginalTimestamp());
+                                               TraceDebug.debug("Invalid irq (" + irq + "), ts = " + trcEvent.getOriginalTimestamp());
                                        }
                                        return true;
                                }
This page took 0.023715 seconds and 5 git commands to generate.