Mercurial > masqmail
diff src/header.c @ 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 | 3e3c280ca5b2 |
children | 41958685480d |
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;