Move a bunch of fairly verbose debug messages from mempool to mempool2 #8726

pull rebroad wants to merge 1 commits into bitcoin:master from rebroad:MoreGranularDebug3 changing 2 files +10 −10
  1. rebroad commented at 4:56 PM on September 14, 2016: contributor

    No description provided.

  2. Move a bunch of fairly verbose debug messages from mempool to mempool2 93c37c5bf8
  3. in src/init.cpp:None in 93c37c5bf8
     422 | @@ -423,7 +423,7 @@ std::string HelpMessage(HelpMessageMode mode)
     423 |          strUsage += HelpMessageOpt("-limitdescendantsize=<n>", strprintf("Do not accept transactions if any ancestor would have more than <n> kilobytes of in-mempool descendants (default: %u).", DEFAULT_DESCENDANT_SIZE_LIMIT));
     424 |          strUsage += HelpMessageOpt("-bip9params=deployment:start:end", "Use given start/end times for specified BIP9 deployment (regtest-only)");
     425 |      }
     426 | -    string debugCategories = "addrman, alert, bench, coindb, db, http, libevent, lock, mempool, mempoolrej, net, proxy, prune, rand, reindex, rpc, selectcoins, tor, zmq"; // Don't translate these and qt below
     427 | +    string debugCategories = "addrman, alert, bench, coindb, db, http, libevent, lock, mempool{,2,rej}, net, proxy, prune, rand, reindex, rpc, selectcoins, tor, zmq"; // Don't translate these and qt below
    


    paveljanik commented at 5:15 PM on September 14, 2016:

    Do you think that all users reading the help know this shell-ism?


    rebroad commented at 6:09 PM on September 14, 2016:

    no, but I did ask what notation was preferred in #8484 and no one answered

  4. paveljanik commented at 5:16 PM on September 14, 2016: contributor

    Why?

    What is verbose for one person is not verbose enough for other...

  5. rebroad closed this on Sep 14, 2016

  6. DrahtBot locked this on Sep 8, 2021
Contributors

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-22 18:15 UTC

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