changeset 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 f23e0ccd5d14 ab69d268b5c8
files cinst/mozilla.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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

http://wald.intevation.org/projects/trustbridge/