changeset 322:01d2f7a17bf0

hinted that the debug output of folded headers prints only the first line
author meillo@marmaro.de
date Fri, 03 Jun 2011 09:40:03 +0200
parents 412385b57dc4
children 29de6a1c4538
files src/header.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/header.c	Thu Apr 28 16:48:23 2011 +0200
+++ b/src/header.c	Fri Jun 03 09:40:03 2011 +0200
@@ -304,7 +304,7 @@
 	hdr->header = g_strdup(line);
 	hdr->value = hdr->header + (hdr->value - line);
 
-	DEBUG(4) debugf("header: %d = %s", hdr->id, hdr->header);
+	DEBUG(4) debugf("header: %d = %s[...]", hdr->id, hdr->header);
 	/* Note: This only outputs the first line if the header is folded */
 
 	return hdr;