summaryrefslogtreecommitdiffstats
path: root/app/report.c
diff options
context:
space:
mode:
authorroot <root@lab.ourano.james.local>2021-02-25 19:12:38 +0000
committerroot <root@lab.ourano.james.local>2021-02-25 19:12:38 +0000
commit6d3a824e1cdae6e28146b7de380724b49488f3c2 (patch)
treeb8865608c9749e4251b316b74484b5151f2e683b /app/report.c
parent0548136a4c886830414fb575d9d0daa7f1a7d170 (diff)
downloadclock-6d3a824e1cdae6e28146b7de380724b49488f3c2.tar.gz
clock-6d3a824e1cdae6e28146b7de380724b49488f3c2.tar.bz2
clock-6d3a824e1cdae6e28146b7de380724b49488f3c2.zip
tim
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),