We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5333d commit fa243beCopy full SHA for fa243be
src/httprpc.cpp
@@ -249,7 +249,7 @@ static bool InitRPCAuthentication()
249
{
250
if (gArgs.GetArg("-rpcpassword", "") == "")
251
252
- LogPrintf("No rpcpassword set - using random cookie authentication.\n");
+ LogPrintf("Using random cookie authentication.\n");
253
if (!GenerateAuthCookie(&strRPCUserColonPass)) {
254
uiInterface.ThreadSafeMessageBox(
255
_("Error: A fatal internal error occurred, see debug.log for details"), // Same message as AbortNode
0 commit comments