From: Volker Lendecke Date: Tue, 5 Oct 2021 19:44:53 +0000 (+0200) Subject: lib: Fix a typo in a DEBUG fn prefix by using DBG_ X-Git-Tag: ldb-2.5.0~519 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c38e2d5ff56263bd828a458a79acdbe271f6f00b;p=thirdparty%2Fsamba.git lib: Fix a typo in a DEBUG fn prefix by using DBG_ Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/lib/privileges.c b/source3/lib/privileges.c index 843cecda361..789e05a9c44 100644 --- a/source3/lib/privileges.c +++ b/source3/lib/privileges.c @@ -257,8 +257,7 @@ static int priv_traverse_fn(struct db_record *rec, void *state) return 0; if ( !string_to_sid(&sid, sid_string) ) { - DEBUG(0,("travsersal_fn_enum__acct: Could not convert SID [%s]\n", - sid_string)); + DBG_WARNING("Could not convert SID [%s]\n", sid_string); return 0; }