CLEANUP: log: remove unnecessary trim in __do_send_log
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 24 Aug 2023 16:20:37 +0000 (18:20 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 6 Sep 2023 14:06:39 +0000 (16:06 +0200)
commit7a71801af633941f3b2e7d5649f70f98a0da7904
tree90eff6dc4ca732119a240d9bf0824b8fe0edc7a2
parent8e6339aa2925dd306ee6f34d8a2d308c1db0260e
CLEANUP: log: remove unnecessary trim in __do_send_log

Since both sink_write and fd_write_frag_line take the maxlen parameter
as argument, there is no added value for the trim before passing the
msg parameter to those functions.
src/log.c