Skip to content

Commit acd7980

Browse files
log: Move "Leaving block file [...]: [...]" log message to debug category
1 parent f72d80b commit acd7980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3219,7 +3219,7 @@ static bool FindBlockPos(FlatFilePos &pos, unsigned int nAddSize, unsigned int n
32193219

32203220
if ((int)nFile != nLastBlockFile) {
32213221
if (!fKnown) {
3222-
LogPrintf("Leaving block file %i: %s\n", nLastBlockFile, vinfoBlockFile[nLastBlockFile].ToString());
3222+
LogPrint(BCLog::VALIDATION, "Leaving block file %i: %s\n", nLastBlockFile, vinfoBlockFile[nLastBlockFile].ToString());
32233223
}
32243224
FlushBlockFile(!fKnown, finalize_undo);
32253225
nLastBlockFile = nFile;

0 commit comments

Comments
 (0)