log: [refactor] Use info level for init logs

This refactor does not change behavior.
This commit is contained in:
MarcoFalke
2025-07-25 09:52:43 +02:00
parent fa183761cb
commit face8123fd
27 changed files with 106 additions and 102 deletions

View File

@@ -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) {