Fix: sink.text.pretty: do not always update last timestamp
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 4 Mar 2019 19:36:51 +0000 (14:36 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:38 +0000 (18:19 -0400)
commit029ba264cb03f122ef07b2603ea52f02c197ad28
tree8ec420d8ac74e930e2ac7a01ac764238581b69ed
parenta71ed05c1813d1e4ba43b3fa4316c33d9004304e
Fix: sink.text.pretty: do not always update last timestamp

We use print_timestamp_cycles() and print_timestamp_wall() in
print_discarded_elements_msg(), but those must not update the
component's last known timestamp because this is used to compute the
time delta between event messages.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
plugins/text/pretty/print.c
This page took 0.02526 seconds and 4 git commands to generate.