lib/param: fix function name (lpcfg_file_list_changed) in a debug message
authorMichael Adam <obnox@samba.org>
Mon, 29 Oct 2012 12:44:54 +0000 (13:44 +0100)
committerIra Cooper <ira@samba.org>
Mon, 29 Oct 2012 19:14:07 +0000 (20:14 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Ira Cooper <ira@samba.org>
lib/param/loadparm.c

index b2e4218611909e0a78b68dc77d762a8a9d1c7409..97e2adcc9a8b47b4819d0dd7d440a0450908512c 100644 (file)
@@ -1076,7 +1076,7 @@ static void add_to_file_list(struct loadparm_context *lp_ctx,
 bool lpcfg_file_list_changed(struct loadparm_context *lp_ctx)
 {
        struct file_lists *f;
-       DEBUG(6, ("lp_file_list_changed()\n"));
+       DEBUG(6, ("lpcfg_file_list_changed()\n"));
 
        for (f = lp_ctx->file_lists; f != NULL; f = f->next) {
                char *n2;