mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-06 14:19:59 -05:00
log: Move "Leaving block file [...]: [...]" log message to debug category
This commit is contained in:
parent
f72d80b07a
commit
acd7980b37
1 changed files with 1 additions and 1 deletions
|
@ -3219,7 +3219,7 @@ static bool FindBlockPos(FlatFilePos &pos, unsigned int nAddSize, unsigned int n
|
||||||
|
|
||||||
if ((int)nFile != nLastBlockFile) {
|
if ((int)nFile != nLastBlockFile) {
|
||||||
if (!fKnown) {
|
if (!fKnown) {
|
||||||
LogPrintf("Leaving block file %i: %s\n", nLastBlockFile, vinfoBlockFile[nLastBlockFile].ToString());
|
LogPrint(BCLog::VALIDATION, "Leaving block file %i: %s\n", nLastBlockFile, vinfoBlockFile[nLastBlockFile].ToString());
|
||||||
}
|
}
|
||||||
FlushBlockFile(!fKnown, finalize_undo);
|
FlushBlockFile(!fKnown, finalize_undo);
|
||||||
nLastBlockFile = nFile;
|
nLastBlockFile = nFile;
|
||||||
|
|
Loading…
Add table
Reference in a new issue