mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
log: Remove "No rpcpassword set" from logs
This commit is contained in:
parent
dc5333d31f
commit
fa243be1dc
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ static bool InitRPCAuthentication()
|
||||||
{
|
{
|
||||||
if (gArgs.GetArg("-rpcpassword", "") == "")
|
if (gArgs.GetArg("-rpcpassword", "") == "")
|
||||||
{
|
{
|
||||||
LogPrintf("No rpcpassword set - using random cookie authentication.\n");
|
LogPrintf("Using random cookie authentication.\n");
|
||||||
if (!GenerateAuthCookie(&strRPCUserColonPass)) {
|
if (!GenerateAuthCookie(&strRPCUserColonPass)) {
|
||||||
uiInterface.ThreadSafeMessageBox(
|
uiInterface.ThreadSafeMessageBox(
|
||||||
_("Error: A fatal internal error occurred, see debug.log for details"), // Same message as AbortNode
|
_("Error: A fatal internal error occurred, see debug.log for details"), // Same message as AbortNode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue