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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:19 +0000 (00:09 -0400)
commit275e5d61e5991002eb8cf285e9c0b712986cf7ec
treef39e00afb36680c9d19aa87a564cbe5bf50a1821
parent23cecd8bea1ba7af784ba787f245fa456e69e36b
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.027439 seconds and 5 git commands to generate.