fix debug, at idra's suggestion.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 31 Jul 2002 10:11:03 +0000 (10:11 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 31 Jul 2002 10:11:03 +0000 (10:11 +0000)
Andrew Bartlett
(This used to be commit bc17b91c2f1a1df58614b67bff94f228be6b9bb2)

source3/smbd/uid.c

index bf609e62e6b7b830e11d1fdc5e8c7662165c5e7b..a5083ce75d07344b061493c677c4b4fac690a16b 100644 (file)
@@ -689,7 +689,7 @@ BOOL sid_to_gid(DOM_SID *psid, gid_t *pgid, enum SID_NAME_USE *sidtype)
        }
 
        if (!winbind_lookup_sid(psid, dom_name, name, &name_type)) {
-               DEBUG(10,("sid_to_gid: winbind lookup for sid %s failed - trying local.\n",
+               DEBUG(10,("sid_to_gid: winbind lookup for sid %s failed.\n",
                                sid_to_string(sid_str, psid) ));
                /* this was probably a foreign sid - assume its a group rid 
                   and continue */