From 86642f071bfde4c31c3188bfa7bed0fc8638081c Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Mon, 15 Jan 2001 10:40:50 +0000 Subject: [PATCH] Some debugging helpers. --- copy.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/copy.c b/copy.c index b1f5d359..57290410 100644 --- a/copy.c +++ b/copy.c @@ -175,7 +175,7 @@ mutt_copy_hdr (FILE *in, FILE *out, long off_start, long off_end, int flags, { if (!mutt_strncasecmp (buf, t->data, mutt_strlen (t->data))) { - dprint(2, (debugfile, "Reorder: %s matches %s", t->data, buf)); + dprint(2, (debugfile, "Reorder: %s matches %s\n", t->data, buf)); break; } } @@ -186,6 +186,7 @@ mutt_copy_hdr (FILE *in, FILE *out, long off_start, long off_end, int flags, if (!ignore) { + dprint (2, (debugfile, "Reorder: x = %d; hdr_count = %d\n", x, hdr_count)); /* Save the header in headers[x] */ if (!headers[x]) headers[x] = safe_strdup (buf); -- 2.40.0