# HG changeset patch # User Sascha Wilde # Date 1396445502 -7200 # Node ID a0c5eba8eb412acd71d9df6e471d85bd37d75ea9 # Parent fb9e14f4b4c9c4289cd23673c9a0d33eb9f3e106 Added missing line breaks in debug output. diff -r fb9e14f4b4c9 -r a0c5eba8eb41 cinst/mozilla.c --- a/cinst/mozilla.c Wed Apr 02 15:29:23 2014 +0200 +++ b/cinst/mozilla.c Wed Apr 02 15:31:42 2014 +0200 @@ -597,7 +597,7 @@ parse_commands(&certs_to_add, &certs_to_remove); #ifdef DEBUGOUTPUT - DEBUGPRINTF("OLD List of installed certs:"); + DEBUGPRINTF("OLD List of installed certs:\n"); for (int i=0; pdirs[i] != NULL; i++) DEBUG_nss_list_certs(pdirs[i]); #endif @@ -609,7 +609,7 @@ return_code |= WARN_MOZ_COULD_NOT_ADD_CERT; #ifdef DEBUGOUTPUT - DEBUGPRINTF("NEW List of installed certs:"); + DEBUGPRINTF("NEW List of installed certs:\n"); for (int i=0; pdirs[i] != NULL; i++) DEBUG_nss_list_certs(pdirs[i]); #endif