masqmail
diff src/spool.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 | a80ebfa16cd5 |
children | 92063f90f9be |
line diff
1.1 --- a/src/spool.c Sun Jul 18 21:41:48 2010 +0200 1.2 +++ b/src/spool.c Sun Jul 18 21:49:15 2010 +0200 1.3 @@ -146,7 +146,7 @@ 1.4 break; 1.5 } else if (strncasecmp(buf, "MF:", 3) == 0) { 1.6 msg->return_path = create_address(&(buf[3]), TRUE); 1.7 - DEBUG(3) debugf("spool_read: MAIL FROM: %s", msg->return_path->address); 1.8 + DEBUG(3) debugf("spool_read: MAIL FROM: %s\n", msg->return_path->address); 1.9 } else if (strncasecmp(buf, "RT:", 3) == 0) { 1.10 address *addr; 1.11 addr = spool_scan_rcpt(buf);