]> git.ipfire.org Git - thirdparty/openvpn.git/commit
remove newline characters at the end of msg() calls
authorGert Doering <gert@greenie.muc.de>
Fri, 12 Sep 2025 13:16:09 +0000 (15:16 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 12 Sep 2025 16:11:55 +0000 (18:11 +0200)
commita88c33f8db062b2224fce2fa28acfc7d222907d3
tree96c9d3a136aff80b05e635c22ad24b7f5973136b
parent2c57936e8fcfef65e95328b9503eeffde5c6e26a
remove newline characters at the end of msg() calls

Unlike debugging with printf(), or msg() calls do not need or want
a '\n' at the end of the string.  Remove those that were overlooked.

Change-Id: I889b53ed72efaec546a6609491fae9715726ea00
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20250912131609.43444-1-frank@lichtenheld.com>
URL: https://sourceforge.net/p/openvpn/mailman/message/59232448/
URL: https://gerrit.openvpn.net/c/openvpn/+/1180
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 340b5b2d264a47c24aa948efb83ffa04e0e9c7e2)
src/openvpn/multi.c
src/openvpn/plugin.c
src/openvpn/tun.c
src/openvpn/xkey_helper.c
src/openvpn/xkey_provider.c
tests/unit_tests/openvpn/test_cryptoapi.c