missing terminating newline character in log message #12465

issue dooglus opened this issue on February 16, 2018
  1. dooglus commented at 9:47 PM on February 16, 2018: contributor

    This code:

                    if (fHavePruned && gArgs.GetArg("-checkblocks", DEFAULT_CHECKBLOCKS) > MIN_BLOCKS_TO_KEEP) {
                        LogPrintf("Prune: pruned datadir may not have more than %d blocks; only checking available blocks",
                            MIN_BLOCKS_TO_KEEP);
                    }

    results in two log messages appearing on the same line:

    2018-02-16 21:45:24 Prune: pruned datadir may not have more than 288 blocks; only checking available blocksVerifying last 1000 blocks at level 3
  2. dooglus cross-referenced this on Feb 16, 2018 from issue LevelDB read failure: Corruption: block checksum mismatch by dooglus
  3. fanquake added the label Utils/log/libs on Feb 17, 2018
  4. Aesti referenced this in commit c8916d8eb7 on Feb 17, 2018
  5. Aesti referenced this in commit 8b661f971a on Feb 17, 2018
  6. Aesti cross-referenced this on Feb 17, 2018 from issue Add missing newline in init.cpp log message by Aesti
  7. jonasschnelli closed this on Feb 17, 2018

  8. jonasschnelli referenced this in commit 294a766eb8 on Feb 17, 2018
  9. Willtech referenced this in commit a5294724ca on Feb 23, 2018
  10. hkjn referenced this in commit 64e2a91102 on Feb 23, 2018
  11. HashUnlimited referenced this in commit c03e50708d on Jul 31, 2018
  12. lionello referenced this in commit e7e6d4448b on Nov 7, 2018
  13. PastaPastaPasta referenced this in commit 01ec63a97d on Jun 10, 2020
  14. bitcoin locked this on Sep 8, 2021

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-05-19 06:54 UTC