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 16:37:48 +0000 (18:37 +0200)
commit3a715a4d6d2e8554015eac5d59c059275bc4c6e6
tree6e36807a60ed140d284db9eb3b926d429897e5fa
parent51de928f9eda86631ef627d2a750a02857ccc38b
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>
src/log.c