summaryrefslogtreecommitdiffstats
path: root/copy.c
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2007-11-08 11:26:05 -0800
committerBrendan Cully <brendan@kublai.com>2007-11-08 11:26:05 -0800
commitd5a006a72d27c006f7490756e6a4e760af588315 (patch)
tree343276008a8d1623a496eb344af814e03d83e545 /copy.c
parentfecc9246c73ae3ad4ce155c2a4ec4e50da157111 (diff)
Turn down some debug logging levels
Diffstat (limited to 'copy.c')
-rw-r--r--copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/copy.c b/copy.c
index 60ff2996..4cb91d0c 100644
--- a/copy.c
+++ b/copy.c
@@ -129,7 +129,7 @@ mutt_copy_hdr (FILE *in, FILE *out, LOFF_T off_start, LOFF_T off_end, int flags,
{
for (t = HeaderOrderList; t; t = t->next)
{
- dprint(1, (debugfile, "Reorder list: %s\n", t->data));
+ dprint(3, (debugfile, "Reorder list: %s\n", t->data));
hdr_count++;
}
}