s3: Improve a debug message, we have more than pdb_tdb.
authorVolker Lendecke <vl@samba.org>
Sun, 20 Feb 2011 14:20:26 +0000 (15:20 +0100)
committerVolker Lendecke <vlendec@samba.org>
Sun, 20 Feb 2011 15:50:05 +0000 (16:50 +0100)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Feb 20 16:50:05 CET 2011 on sn-devel-104

source3/groupdb/mapping.c

index 837f84a724b7e0027bd7ae9d85f37864f66b3246..d76e344d37efbb603c28c0bd9045610d26bd559b 100644 (file)
@@ -138,7 +138,7 @@ bool get_domain_group_from_sid(struct dom_sid sid, GROUP_MAP *map)
                return False;
        }
 
-       DEBUG(10, ("get_domain_group_from_sid: SID found in the TDB\n"));
+       DEBUG(10, ("get_domain_group_from_sid: SID found in passdb\n"));
 
        /* if it's not a domain group, continue */
        if (map->sid_name_use!=SID_NAME_DOM_GRP) {