Update init.cpp #32236

pull Exploit5lover wants to merge 1 commits into bitcoin:master from Exploit5lover:patch-1 changing 1 files +1 −1
  1. Exploit5lover commented at 1:03 pm on April 8, 2025: none

    Pull Request Title:

    Improve P2P address loading log message


    Pull Request Description:

    Summary

    This PR improves the clarity of a log message in src/init.cpp by making it more descriptive.

    Change Details

    • Updated the log message from:
      0LogPrintf("Loading P2P addresses...\n");
      
      To:
      0LogPrintf("Initializing: Loading stored P2P addresses from peers.dat...\n");
      
    • The change helps developers understand that Bitcoin Core is loading stored peer addresses from peers.dat, instead of a generic “Loading P2P addresses” message.

    Why This Change?

    • Improves readability and debugging clarity.
    • Provides more context about where the data is coming from (peers.dat).
    • Helps developers and node operators interpret logs more accurately.
  2. Update init.cpp 60bc0dbcda
  3. DrahtBot commented at 1:03 pm on April 8, 2025: contributor

    The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

    Code Coverage & Benchmarks

    For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/32236.

    Reviews

    See the guideline for information on the review process. A summary of reviews will appear here.

  4. fanquake closed this on Apr 8, 2025

  5. bitcoin locked this on Apr 8, 2025

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: 2025-04-16 15:12 UTC

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