Fix debug
authorAndrew Bartlett <abartlet@samba.org>
Mon, 4 Nov 2002 12:47:07 +0000 (12:47 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 4 Nov 2002 12:47:07 +0000 (12:47 +0000)
(This used to be commit 5b5b8de70e46a15e9fb9b47c7af6cb0133f41217)

source3/passdb/pdb_smbpasswd.c

index 3ab524f488e5bda35608d84986705eb36d5fd0e0..219c5a9e259ce5cc50903dee971f0a07465ac07c 100644 (file)
@@ -1386,7 +1386,7 @@ static NTSTATUS smbpasswd_getsampwrid(struct pdb_methods *my_methods, SAM_ACCOUN
        struct smb_passwd *smb_pw;
        void *fp = NULL;
 
-       DEBUG(10, ("pdb_getsampwrid: search by rid: %d\n", rid));
+       DEBUG(10, ("smbpasswd_getsampwrid: search by rid: %d\n", rid));
 
        /* More special case 'guest account' hacks... */
        if (rid == DOMAIN_USER_RID_GUEST) {