comparison 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
comparison
equal deleted inserted replaced
283:fb9e14f4b4c9 284:a0c5eba8eb41
595 if (pdirs != NULL) 595 if (pdirs != NULL)
596 { 596 {
597 parse_commands(&certs_to_add, &certs_to_remove); 597 parse_commands(&certs_to_add, &certs_to_remove);
598 598
599 #ifdef DEBUGOUTPUT 599 #ifdef DEBUGOUTPUT
600 DEBUGPRINTF("OLD List of installed certs:"); 600 DEBUGPRINTF("OLD List of installed certs:\n");
601 for (int i=0; pdirs[i] != NULL; i++) 601 for (int i=0; pdirs[i] != NULL; i++)
602 DEBUG_nss_list_certs(pdirs[i]); 602 DEBUG_nss_list_certs(pdirs[i]);
603 #endif 603 #endif
604 604
605 if (! apply_to_certs_and_profiles(remove_cert, &certs_to_remove, pdirs)) 605 if (! apply_to_certs_and_profiles(remove_cert, &certs_to_remove, pdirs))
607 607
608 if (! apply_to_certs_and_profiles(import_cert, &certs_to_add, pdirs)) 608 if (! apply_to_certs_and_profiles(import_cert, &certs_to_add, pdirs))
609 return_code |= WARN_MOZ_COULD_NOT_ADD_CERT; 609 return_code |= WARN_MOZ_COULD_NOT_ADD_CERT;
610 610
611 #ifdef DEBUGOUTPUT 611 #ifdef DEBUGOUTPUT
612 DEBUGPRINTF("NEW List of installed certs:"); 612 DEBUGPRINTF("NEW List of installed certs:\n");
613 for (int i=0; pdirs[i] != NULL; i++) 613 for (int i=0; pdirs[i] != NULL; i++)
614 DEBUG_nss_list_certs(pdirs[i]); 614 DEBUG_nss_list_certs(pdirs[i]);
615 #endif 615 #endif
616 616
617 strv_free(pdirs); 617 strv_free(pdirs);

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