Skip to content

Commit fa243be

Browse files
author
MarcoFalke
committed
log: Remove "No rpcpassword set" from logs
1 parent dc5333d commit fa243be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/httprpc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ static bool InitRPCAuthentication()
249249
{
250250
if (gArgs.GetArg("-rpcpassword", "") == "")
251251
{
252-
LogPrintf("No rpcpassword set - using random cookie authentication.\n");
252+
LogPrintf("Using random cookie authentication.\n");
253253
if (!GenerateAuthCookie(&strRPCUserColonPass)) {
254254
uiInterface.ThreadSafeMessageBox(
255255
_("Error: A fatal internal error occurred, see debug.log for details"), // Same message as AbortNode

0 commit comments

Comments
 (0)