From bf855bbc0752c75aa0f4ab961db40e7ffcc4a749 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 22 Jul 2019 17:01:16 +0200 Subject: ptalog: common output format --- include/object/ptalog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/object/ptalog.h b/include/object/ptalog.h index e9694d2..70e9664 100644 --- a/include/object/ptalog.h +++ b/include/object/ptalog.h @@ -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; -- cgit v1.2.3