Mercurial > trustbridge
diff cinst/mozilla.c @ 284:a0c5eba8eb41
Added missing line breaks in debug output.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Wed, 02 Apr 2014 15:31:42 +0200 |
parents | fb9e14f4b4c9 |
children | ab69d268b5c8 |
line wrap: on
line diff
--- 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