Fixed incorrect debug message. )-:
authorTim Potter <tpot@samba.org>
Thu, 8 Nov 2001 04:41:13 +0000 (04:41 +0000)
committerTim Potter <tpot@samba.org>
Thu, 8 Nov 2001 04:41:13 +0000 (04:41 +0000)
(This used to be commit a99d9cec7e090736ab49c91720cfd2b43e2a6f00)

source3/smbd/uid.c

index b33c9ede17f08a837e8f5ef2dabe4fd141638aff..e40b4707fcfdc0cf00e8bf198604626c2026b3aa 100644 (file)
@@ -689,7 +689,7 @@ BOOL sid_to_gid(DOM_SID *psid, gid_t *pgid, enum SID_NAME_USE *sidtype)
                return False;
        }
 
-       DEBUG(10,("gid_to_uid: winbindd %s -> %u\n",
+       DEBUG(10,("sid_to_gid: winbindd %s -> %u\n",
                sid_to_string(sid_str, psid),
                (unsigned int)*pgid ));