From: Thomas Roessler Date: Mon, 15 Jan 2001 10:40:50 +0000 (+0000) Subject: Some debugging helpers. X-Git-Tag: mutt-1-3-14-rel~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86642f071bfde4c31c3188bfa7bed0fc8638081c;p=mutt Some debugging helpers. --- 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);