---
 copy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/copy.c b/copy.c
index 5e84b717..b6c9d781 100644
--- a/copy.c
+++ b/copy.c
@@ -141,7 +141,7 @@ mutt_copy_hdr (FILE *in, FILE *out, LOFF_T off_start, 
LOFF_T off_end, int flags,
     }
   }
 
-  dprint (1, (debugfile, "WEED is %s\n", (flags & CH_WEED) ? "Set" : "Not"));
+  dprint (1, (debugfile, "WEED is %s\n", (flags & CH_WEED) ? "Set" : "Not 
Set"));
 
   headers = safe_calloc (hdr_count, sizeof (char *));
 
-- 
2.26.2

Reply via email to