lib: Avoid memcpy in debug_lttng_log()
commitc3399cd46f7a33db516b5716a2ce0ebf50fd117a
authorVolker Lendecke <vl@samba.org>
Tue, 19 Dec 2023 13:47:24 +0000 (19 14:47 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 4 Jan 2024 16:03:36 +0000 (4 16:03 +0000)
tree7dd081dbd0b0e5856c2f29c8459536f5d9715a9b
parentf8a75f830774a6f32ed834cd3d17ba8804fddb82
lib: Avoid memcpy in debug_lttng_log()

tracef() understands the %.*s format.

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