Skip to content

Commit

Permalink
Fix build after pr 15266 merged
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Feb 4, 2019
1 parent 452acee commit e1b6436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitcoin-wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static bool WalletAppInit(int argc, char* argv[])
}

// check for printtoconsole, allow -debug
g_logger->m_print_to_console = gArgs.GetBoolArg("-printtoconsole", gArgs.GetBoolArg("-debug", false));
LogInstance().m_print_to_console = gArgs.GetBoolArg("-printtoconsole", gArgs.GetBoolArg("-debug", false));

if (!fs::is_directory(GetDataDir(false))) {
fprintf(stderr, "Error: Specified data directory \"%s\" does not exist.\n", gArgs.GetArg("-datadir", "").c_str());
Expand Down

0 comments on commit e1b6436

Please sign in to comment.