summaryrefslogtreecommitdiffstats
path: root/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'copy.c')
-rw-r--r--copy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/copy.c b/copy.c
index 5e04a74d..9280c4b3 100644
--- a/copy.c
+++ b/copy.c
@@ -172,8 +172,7 @@ mutt_copy_hdr (FILE *in, FILE *out, long off_start, long off_end, int flags,
{
if (!strncasecmp (buf, t->data, strlen (t->data)))
{
- dprint(2, (debugfile, "Reorder: %s matches %s\n", t->data,
- headers[x]));
+ dprint(2, (debugfile, "Reorder: %s matches %s", t->data, buf));
break;
}
}