BUG/MINOR: spoe: use "date" not "now" in debug messages
authorWilly Tarreau <w@1wt.eu>
Thu, 27 Apr 2023 09:56:03 +0000 (11:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 27 Apr 2023 09:57:53 +0000 (11:57 +0200)
commita5f0e6cfc08ac1f6d1f32e2b71ad1c9074b9ca5a
treea009aa828a3e53411a92e5aa7a3508f416a391d9
parentaadcfc9ea6dce6ba800568067a45b879c8c5039e
BUG/MINOR: spoe: use "date" not "now" in debug messages

The debug messages were still emitted with a date taken from "now" instead
of "date", which was not correct a long time ago but which became worse in
2.8 since commit 28360dc ("MEDIUM: clock: force internal time to wrap early
after boot"). Let's fix it. No backport is needed.
src/flt_spoe.c