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 diff
     1.1 --- a/src/header.c	Sun Jul 18 21:41:48 2010 +0200
     1.2 +++ b/src/header.c	Sun Jul 18 21:49:15 2010 +0200
     1.3 @@ -267,7 +267,7 @@
     1.4  	hdr->header = g_strdup(line);
     1.5  	hdr->value = hdr->header + (hdr->value - line);
     1.6  
     1.7 -	DEBUG(4) debugf("header: %d = %s", hdr->id, hdr->header);
     1.8 +	DEBUG(4) debugf("header: %d = %s\n", hdr->id, hdr->header);
     1.9  
    1.10  	return hdr;
    1.11  }