]> git.ipfire.org Git - thirdparty/samba.git/commit
util: Make show_msg call DEBUG just once
authorVolker Lendecke <vl@samba.org>
Mon, 17 Jun 2024 11:08:47 +0000 (13:08 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 10 Sep 2024 21:54:36 +0000 (21:54 +0000)
commitd416c8e07804b8af07c07bf8d9ab79d54a90a859
tree83f18072cf28f709e338ed6bbf9cdd10b171ecd9
parentb5677c5f890030f73ce0f6a37830827aefe7fb5b
util: Make show_msg call DEBUG just once

format_debug_text() still splits up lines with separate write-calls, but
DEBUGADD is something that I would like to get rid of.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/util.c