Mercurial > masqmail
diff 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 |
line wrap: on
line diff
--- a/src/header.c Sun Jul 18 21:41:48 2010 +0200 +++ b/src/header.c Sun Jul 18 21:49:15 2010 +0200 @@ -267,7 +267,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\n", hdr->id, hdr->header); return hdr; }