Stripped excess debug newline yet again...
authorNigel Metheringham <nigel@exim.org>
Sat, 29 May 2010 18:59:18 +0000 (18:59 +0000)
committerNigel Metheringham <nigel@exim.org>
Sat, 29 May 2010 18:59:18 +0000 (18:59 +0000)
src/src/pdkim/pdkim.c

index de54c4a48f54e3e6ce9c32f594dde660fb5859a9..3385fecc823db7363844c3d3702adfa83db2dc65 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.12 2009/12/07 13:05:07 tom Exp $ */
+/* $Cambridge: exim/src/src/pdkim/pdkim.c,v 1.13 2010/05/29 18:59:18 nm4 Exp $ */
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -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
   }