summaryrefslogtreecommitdiffstats
path: root/app/report.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/report.c')
-rw-r--r--app/report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/report.c b/app/report.c
index a7bd4db..f6c84d9 100644
--- a/app/report.c
+++ b/app/report.c
@@ -3,7 +3,7 @@
void report_time (const char *src, EPOCH e, uint64_t abs, const char *info)
{
- printf ("%s %08x%08x %08x%08x %s\r\n",
+ printf ("RT %s %08x%08x %08x%08x %s\r\n",
src,
(unsigned) (abs >> 32),
(unsigned) (abs & 0xffffffff),