Mercurial > masqmail
comparison src/header.c @ 235:92063f90f9be
removed additional new lines at the end of debug messages
the strings printed to the end of the line contain a new line already
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Fri, 22 Oct 2010 11:09:57 -0300 |
parents | 3708b655a371 |
children | 55c530a83d51 |
comparison
equal
deleted
inserted
replaced
234:4b40be6f1cbd | 235:92063f90f9be |
---|---|
265 } | 265 } |
266 hdr->id = (header_id) i; | 266 hdr->id = (header_id) i; |
267 hdr->header = g_strdup(line); | 267 hdr->header = g_strdup(line); |
268 hdr->value = hdr->header + (hdr->value - line); | 268 hdr->value = hdr->header + (hdr->value - line); |
269 | 269 |
270 DEBUG(4) debugf("header: %d = %s\n", hdr->id, hdr->header); | 270 DEBUG(4) debugf("header: %d = %s", hdr->id, hdr->header); |
271 | 271 |
272 return hdr; | 272 return hdr; |
273 } | 273 } |