lib: Avoid memcpy in debug_systemd_log()
commitf8a75f830774a6f32ed834cd3d17ba8804fddb82
authorVolker Lendecke <vl@samba.org>
Tue, 19 Dec 2023 13:44:12 +0000 (19 14:44 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 4 Jan 2024 16:03:36 +0000 (4 16:03 +0000)
tree76473e160ebde6dfa9f23fec31939a24d037a3d1
parent16d802f9c1f61cebb3699942242fbd3717f0dc4e
lib: Avoid memcpy in debug_systemd_log()

sd_journal_send() understands the %.*s format.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/util/debug.c