Skip to content

Commit

Permalink
Fix liveliness test output
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Boasson <eb@ilities.com>
  • Loading branch information
eboasson committed Apr 15, 2021
1 parent 96d1f1d commit 7159309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ddsc/tests/liveliness.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ static void test_expire_liveliness_kinds(uint32_t ldur, double mult, uint32_t wr
do
{
tstart = dds_time();
printf("%d.%06d running test: lease duration %d, delay %f, auto/man-by-part/man-by-topic %u/%u/%u\n, %s reader\n",
printf("%d.%06d running test: lease duration %d, delay %f, auto/man-by-part/man-by-topic %u/%u/%u, %s reader\n",
(int32_t)(tstart / DDS_NSECS_IN_SEC), (int32_t)(tstart % DDS_NSECS_IN_SEC) / 1000,
ldur, mult, wr_cnt_auto, wr_cnt_man_pp, wr_cnt_man_tp, remote_reader ? "remote" : "local");

Expand Down

0 comments on commit 7159309

Please sign in to comment.