CLEANUP: log: adjust _lf_cbor_encode_byte() comment
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 1 Apr 2025 17:32:58 +0000 (19:32 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Tue, 15 Apr 2025 20:27:00 +0000 (22:27 +0200)
commitd03fd2d95f568f7ac004ac9264a7455c4c587956
tree94b140b677410e16451eb0b9d14f4eb3d3f1a08e
parent12d3fc470d9b3593d5b5b31f230111341602eeb1
CLEANUP: log: adjust _lf_cbor_encode_byte() comment

_lf_cbor_encode_byte() comment was not updated in c33b857df ("MINOR: log:
support true cbor binary encoding") to reflect the new behavior.

Indeed, binary form is now supported. Updating the comment that says
otherwise.

(cherry picked from commit ce6951d6f9259f778c0271da54a615c892184691)
Signed-off-by: Aurelien DARRAGON <adarragon@haproxy.com>
(cherry picked from commit 3a715a4d6d2e8554015eac5d59c059275bc4c6e6)
Signed-off-by: Aurelien DARRAGON <adarragon@haproxy.com>
src/log.c