Commit bf855bbc authored by Daniel Friesel's avatar Daniel Friesel
Browse files

ptalog: common output format

parent 98b75a2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ class PTALog {

		void dump(uint16_t trace_id)
		{
			kout << "[PTA] trace=" << dec << trace_id << ", count=" << log_index << endl;
			kout << "[PTA] trace=" << dec << trace_id << " count=" << log_index << endl;
			for (uint8_t i = 0; i < log_index; i++) {
#ifdef PTALOG_TIMING
				kout << "[PTA] transition=" << log[i].transition_id;