mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-02 19:22:59 +02:00
log: Remove "No rpcpassword set" from logs
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user