Mercurial > 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 wrap: on
line diff
--- a/src/spool.c Sun Jul 18 21:41:48 2010 +0200 +++ b/src/spool.c Sun Jul 18 21:49:15 2010 +0200 @@ -146,7 +146,7 @@ break; } else if (strncasecmp(buf, "MF:", 3) == 0) { msg->return_path = create_address(&(buf[3]), TRUE); - DEBUG(3) debugf("spool_read: MAIL FROM: %s", msg->return_path->address); + DEBUG(3) debugf("spool_read: MAIL FROM: %s\n", msg->return_path->address); } else if (strncasecmp(buf, "RT:", 3) == 0) { address *addr; addr = spool_scan_rcpt(buf);