mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 07:09:15 +01:00
log: [refactor] Use info level for init logs
This refactor does not change behavior.
This commit is contained in:
@@ -53,7 +53,7 @@ uint32_t FindBestImplementation()
|
||||
}
|
||||
}
|
||||
assert(best.has_value());
|
||||
LogPrintf("Using Minisketch implementation number %i\n", best->second);
|
||||
LogInfo("Using Minisketch implementation number %i", best->second);
|
||||
return best->second;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user