• Philip Kaufmann's avatar
    re-work -debug switch handling · a26f6964
    Philip Kaufmann authored
    - re-work -debug help message text
    - make -debug log every debugging information again (even all categories)
    - remove unneeded fDebug checks in front of LogPrint()/qDebug(), as that
      check is done in LogPrintf() when category is != NULL (true for all
      LogPrint() calls
    - remove fDebug ONLY in code which is NOT performance-critical
    - harmonize addrman category name
    - deprecate -debugnet usage, should be used via -debug=net and remove the
      corresponding global
    a26f6964
paymentserver.cpp 20.7 KB