LATER s3:auth_util: DEBUG ignored sids in a token with a lower log level
authorStefan Metzmacher <metze@samba.org>
Thu, 24 May 2012 07:33:09 +0000 (09:33 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 15 Nov 2012 08:15:20 +0000 (09:15 +0100)
metze

source3/auth/auth_util.c

index fc93641fd3b2684c689d6ae1ed1ef31a70bab067..4f33fd29b44172c5de0c5f4d664ebe523d8de1d0 100644 (file)
@@ -500,7 +500,7 @@ NTSTATUS create_local_token(struct auth_serversupplied_info *server_info)
        for (i=1; i<t->num_sids; i++) {
 
                if (ids[i].type != WBC_ID_TYPE_GID) {
-                       DEBUG(10, ("Could not convert SID %s to gid, "
+                       DEBUG(2, ("Could not convert SID %s to gid, "
                                   "ignoring it\n",
                                   sid_string_dbg(&t->sids[i])));
                        continue;