diff options
-rw-r--r-- | include/object/ptalog.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |