BUG/MINOR: opentracing: use 'date' instead of 'now' in debug output
authorWilly Tarreau <w@1wt.eu>
Thu, 27 Apr 2023 16:05:38 +0000 (18:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 27 Apr 2023 16:05:38 +0000 (18:05 +0200)
commit64651d176915a461a8ae13c40df334a451c7e36f
tree51b05c67a57bc9ad1dba9907db7487e9caae0494
parent82bde18aa48373814e57650c86f029d2dfc11e21
BUG/MINOR: opentracing: use 'date' instead of 'now' in debug output

The filter was using "now" in visible output in debug mode, that's
not correct, we should rather use "date" since it's visible. No
backport is needed as it was mostly emphasized by commit 28360dc
("MEDIUM: clock: force internal time to wrap early after boot")
in 2.8..
addons/ot/include/debug.h
addons/ot/src/parser.c