Mercurial > masqmail
comparison src/header.c @ 208:3708b655a371
added newlines to the end of log and debug messages where missing
author | meillo@marmaro.de |
---|---|
date | Sun, 18 Jul 2010 21:49:15 +0200 |
parents | f671821d8222 |
children | 92063f90f9be |
comparison
equal
deleted
inserted
replaced
207:dcb315792513 | 208:3708b655a371 |
---|---|
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", hdr->id, hdr->header); | 270 DEBUG(4) debugf("header: %d = %s\n", hdr->id, hdr->header); |
271 | 271 |
272 return hdr; | 272 return hdr; |
273 } | 273 } |