2010-11-09 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug315307
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng / src / org / eclipse / linuxtools / lttng / state / evProcessor / state / AbsStateUpdate.java
index 5838443e7c7ed18f6a70f0a2c730e6e1c97e9f43..aa5caec3c8c8c333897ba69c38340542ef424a11 100644 (file)
@@ -60,10 +60,10 @@ public abstract class AbsStateUpdate extends AbsStateProcessing implements
 
                if (!process.getState().getExec_mode().equals(execMode)) {
                        // Different execution mode
-                       TraceDebug.debug("Different Execution Mode type \n\tTime:"
-                                       + eventTime.toString() + "\n\tprocess state has: \n\t"
+                       TraceDebug.debug("Different Execution Mode type \n\tTime:" //$NON-NLS-1$
+                                       + eventTime.toString() + "\n\tprocess state has: \n\t" //$NON-NLS-1$
                                        + process.getState().getExec_mode().toString()
-                                       + "\n\twhen pop_int is:\n\t" + execMode.toString());
+                                       + "\n\twhen pop_int is:\n\t" + execMode.toString()); //$NON-NLS-1$
                        return;
                }
 
@@ -130,8 +130,8 @@ public abstract class AbsStateUpdate extends AbsStateProcessing implements
                Long curr_function = process.getCurrent_function();
 
                if (curr_function != null && !curr_function.equals(funcptr)) {
-                       TraceDebug.debug("Different functions: " + funcptr + " current: "
-                                       + curr_function + " time stamp: "
+                       TraceDebug.debug("Different functions: " + funcptr + " current: " //$NON-NLS-1$ //$NON-NLS-2$
+                                       + curr_function + " time stamp: " //$NON-NLS-1$
                                        + trcEvent.getTimestamp().toString());
 
                        // g_info("Different functions (%lu.%09lu): ignore it\n",
This page took 0.024548 seconds and 5 git commands to generate.