mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-04 06:12:07 +01:00
log: [refactor] Use info level for init logs
This refactor does not change behavior.
This commit is contained in:
@@ -423,7 +423,7 @@ public:
|
||||
0,
|
||||
0,
|
||||
};
|
||||
LogPrintf("Signet with challenge %s\n", HexStr(bin));
|
||||
LogInfo("Signet with challenge %s", HexStr(bin));
|
||||
}
|
||||
|
||||
if (options.seeds) {
|
||||
|
||||
Reference in New Issue
Block a user