HomePhabricator

re-work -debug switch handling
3b570559f8d3Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

re-work -debug switch handling

  • 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

Details

Provenance
Philip Kaufmann <phil.kaufmann@t-online.de>Authored on Oct 8 2013, 10:09
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING42a12f22d6b6: Merge pull request #3176 from Diapolo/key
Branches
Unknown
Tags
Unknown

Event Timeline

Philip Kaufmann <phil.kaufmann@t-online.de> committed rSTAGING3b570559f8d3: re-work -debug switch handling (authored by Philip Kaufmann <phil.kaufmann@t-online.de>).Oct 30 2013, 15:02