Mercurial > masqmail
diff 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 |
line wrap: on
line diff
--- a/src/header.c Fri Oct 22 11:06:09 2010 -0300 +++ b/src/header.c Fri Oct 22 11:09:57 2010 -0300 @@ -267,7 +267,7 @@ hdr->header = g_strdup(line); hdr->value = hdr->header + (hdr->value - line); - DEBUG(4) debugf("header: %d = %s\n", hdr->id, hdr->header); + DEBUG(4) debugf("header: %d = %s", hdr->id, hdr->header); return hdr; }