From 669afbc291233e83d21ef7e2e176afee934a4463 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 29 Jul 2008 12:05:40 +0200 Subject: pdb_interface: Fix typo in debug message. Karolin (This used to be commit e04da654c0db6b0fb2e2ce9754e5eba80751c14c) --- source3/passdb/pdb_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/passdb/pdb_interface.c') diff --git a/source3/passdb/pdb_interface.c b/source3/passdb/pdb_interface.c index cd34c89bfc..2a1024cc56 100644 --- a/source3/passdb/pdb_interface.c +++ b/source3/passdb/pdb_interface.c @@ -130,7 +130,7 @@ NTSTATUS make_pdb_method_name(struct pdb_methods **methods, const char *selected trim_char(module_name, ' ', ' '); - DEBUG(5,("Attempting to find an passdb backend to match %s (%s)\n", selected, module_name)); + DEBUG(5,("Attempting to find a passdb backend to match %s (%s)\n", selected, module_name)); entry = pdb_find_backend_entry(module_name); -- cgit