Removed excessive newline in debug mode
authorNigel Metheringham <nigel@exim.org>
Thu, 19 Nov 2009 18:52:48 +0000 (18:52 +0000)
committerNigel Metheringham <nigel@exim.org>
Thu, 19 Nov 2009 18:52:48 +0000 (18:52 +0000)
src/src/pdkim/pdkim.c

index 2cf323366a473c3c8c72eb60dcf4ca66bd93078d..b16960f8b62030fb07488eea22d9b6369a276d5f 100644 (file)
@@ -20,7 +20,7 @@
  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-/* $Cambridge: exim/src/src/pdkim/pdkim.c,v 1.8 2009/11/14 14:01:16 tom Exp $ */
+/* $Cambridge: exim/src/src/pdkim/pdkim.c,v 1.9 2009/11/19 18:52:48 nm4 Exp $ */
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -1283,7 +1283,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
   }