[Qt] add debug logging for -rootcertificates option #5666

pull Diapolo wants to merge 1 commits into bitcoin:master from Diapolo:pr_cert_logging changing 1 files +10 −7
  1. Diapolo commented at 1:33 PM on January 15, 2015: none
    • now logs if -rootcertificates="" was used to disable payment request authentication via X.509 certificates
    • also logs which file is used as trusted root cert, if -rootcertificates is set
  2. [Qt] add debug logging for -rootcertificates option
    - now logs if -rootcertificates="" was used to disable payment request
      authentication via X.509 certificates
    - also logs which file is used as trusted root cert, if -rootcertificates
      is set
    0c03a93e70
  3. laanwj added the label GUI on Jan 15, 2015
  4. laanwj merged this on Jan 16, 2015
  5. laanwj closed this on Jan 16, 2015

  6. laanwj referenced this in commit c29568a686 on Jan 16, 2015
  7. in src/qt/paymentserver.cpp:None in 0c03a93e70
     135 |      QList<QSslCertificate> certList;
     136 |  
     137 | -    if (certFile != "-system-")
     138 | -    {
     139 | +    if (certFile != "-system-") {
     140 | +            qDebug() << QString("PaymentServer::%1: Using \"%2\" as trusted root certificate.").arg(__func__).arg(certFile);
    


    Diapolo commented at 10:05 AM on January 16, 2015:

    Nit: @Diapolo Why the hell are you messing up the indentation?

    Dunno... sorry ^^!

  8. Diapolo deleted the branch on Jan 16, 2015
  9. DrahtBot locked this on Sep 8, 2021
Contributors
Labels

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 18:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me