r20998: Fix debug message
authorVolker Lendecke <vlendec@samba.org>
Wed, 24 Jan 2007 11:26:22 +0000 (11:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:25 +0000 (12:17 -0500)
source/passdb/pdb_smbpasswd.c

index afc00445f40846cdca620382e4669a80595bd7a4..e01b4b1855c7d9c75d16db9eac86f8d639001016 100644 (file)
@@ -1129,7 +1129,8 @@ static BOOL del_smbfilepwd_entry(struct smbpasswd_privates *smbpasswd_state, con
                size_t new_entry_length;
 
                if (strequal(name, pwd->smb_name)) {
-                       DEBUG(10, ("add_smbfilepwd_entry: found entry with name %s - deleting it.\n", name));
+                       DEBUG(10, ("del_smbfilepwd_entry: found entry with "
+                                  "name %s - deleting it.\n", name));
                        continue;
                }