0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00

log: Remove "No rpcpassword set" from logs

This commit is contained in:
MarcoFalke 2020-05-17 12:38:41 -04:00
parent dc5333d31f
commit fa243be1dc
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -249,7 +249,7 @@ static bool InitRPCAuthentication()
{
if (gArgs.GetArg("-rpcpassword", "") == "")
{
LogPrintf("No rpcpassword set - using random cookie authentication.\n");
LogPrintf("Using random cookie authentication.\n");
if (!GenerateAuthCookie(&strRPCUserColonPass)) {
uiInterface.ThreadSafeMessageBox(
_("Error: A fatal internal error occurred, see debug.log for details"), // Same message as AbortNode