]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Fix a typo in a DEBUG fn prefix by using DBG_
authorVolker Lendecke <vl@samba.org>
Tue, 5 Oct 2021 19:44:53 +0000 (21:44 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 8 Oct 2021 19:28:31 +0000 (19:28 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/privileges.c

index 843cecda36191fd0707ff22f8e3844c0342980cb..789e05a9c44e9e34657a1f9a668309ba078b9c05 100644 (file)
@@ -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;
        }