changing debug output message reg_io_unknown_1 to reg_io_close.
authorLuke Leighton <lkcl@samba.org>
Tue, 3 Aug 1999 20:54:22 +0000 (20:54 +0000)
committerLuke Leighton <lkcl@samba.org>
Tue, 3 Aug 1999 20:54:22 +0000 (20:54 +0000)
(This used to be commit c4901f595193f73b0c248d9315d3bbf547a5dafc)

source3/rpc_parse/parse_reg.c

index 47e1ae3af256da1717d165f3e5b076a1b1918f72..a7e3c1d8be3f98706072a3969379423a77fa0977 100644 (file)
@@ -518,7 +518,7 @@ void reg_io_q_close(char *desc,  REG_Q_CLOSE *q_u, prs_struct *ps, int depth)
 {
        if (q_u == NULL) return;
 
-       prs_debug(ps, depth, desc, "reg_io_q_unknown_1");
+       prs_debug(ps, depth, desc, "reg_io_q_close");
        depth++;
 
        prs_align(ps);
@@ -534,7 +534,7 @@ void reg_io_r_close(char *desc,  REG_R_CLOSE *r_u, prs_struct *ps, int depth)
 {
        if (r_u == NULL) return;
 
-       prs_debug(ps, depth, desc, "reg_io_r_unknown_1");
+       prs_debug(ps, depth, desc, "reg_io_r_close");
        depth++;
 
        prs_align(ps);