libcli: Make security_token_debug() use just one DEBUG statement
commit09c787c34a9bf3423f5653474eb0ba093e448352
authorVolker Lendecke <vl@samba.org>
Wed, 30 Aug 2023 10:46:18 +0000 (30 12:46 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 10 Oct 2023 23:23:40 +0000 (10 23:23 +0000)
tree41a5f35d2a43c7f3850e76dc099fc93a4bac3619
parent1ad84c70fe2f45dd8354d60b29ceabccd11c34c8
libcli: Make security_token_debug() use just one DEBUG statement

This avoids messing up the debug logs when multiple processes are
writing into the same file.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/security/security_token.c