From: Nigel Metheringham Date: Mon, 23 Nov 2009 12:34:51 +0000 (+0000) Subject: Recommitted change to remove excess newline from debug output X-Git-Tag: exim-4_71~3 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/778bfade4c53a763fbd2aecaa7435ffb2e430f7b Recommitted change to remove excess newline from debug output --- diff --git a/src/src/pdkim/pdkim.c b/src/src/pdkim/pdkim.c index e8eba59c0..d2eaecc02 100644 --- a/src/src/pdkim/pdkim.c +++ b/src/src/pdkim/pdkim.c @@ -20,7 +20,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -/* $Cambridge: exim/src/src/pdkim/pdkim.c,v 1.10 2009/11/23 08:34:05 tom Exp $ */ +/* $Cambridge: exim/src/src/pdkim/pdkim.c,v 1.11 2009/11/23 12:34:51 nm4 Exp $ */ #include #include @@ -1304,7 +1304,7 @@ DLLEXPORT int pdkim_feed_finish(pdkim_ctx *ctx, pdkim_signature **return_signatu #ifdef PDKIM_DEBUG if (ctx->debug_stream) fprintf(ctx->debug_stream, - "\nPDKIM <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n"); + "PDKIM <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n"); #endif }