s3: Fix some DEBUG messages
authorVolker Lendecke <vl@samba.org>
Sun, 31 Jan 2010 14:38:16 +0000 (15:38 +0100)
committerVolker Lendecke <vl@samba.org>
Sun, 31 Jan 2010 14:40:59 +0000 (15:40 +0100)
source3/rpc_server/srv_lsa_hnd.c

index 695164679f50eacf65418a29de35f629dd70fdd4..4348fb8d4a7b115b15af60ec40a919120c90b887 100644 (file)
@@ -109,7 +109,7 @@ bool init_pipe_handle_list(pipes_struct *p, const struct ndr_syntax_id *syntax)
                }
                ZERO_STRUCTP(hl);
 
-               DEBUG(10,("init_pipe_handles: created handle list for "
+               DEBUG(10,("init_pipe_handle_list: created handle list for "
                          "pipe %s\n",
                          get_pipe_name_from_syntax(talloc_tos(), syntax)));
        }
@@ -126,8 +126,8 @@ bool init_pipe_handle_list(pipes_struct *p, const struct ndr_syntax_id *syntax)
 
        p->pipe_handles = hl;
 
-       DEBUG(10,("init_pipe_handles: pipe_handles ref count = %lu for pipe %s\n",
-                 (unsigned long)p->pipe_handles->pipe_ref_count,
+       DEBUG(10,("init_pipe_handle_list: pipe_handles ref count = %lu for "
+                 "pipe %s\n", (unsigned long)p->pipe_handles->pipe_ref_count,
                  get_pipe_name_from_syntax(talloc_tos(), syntax)));
 
        return True;