Trivial: fix comments referencing AppInit2

It was refactored into multiple functions in
0cc8b6bc44.
This commit is contained in:
Marko Bencun
2017-02-23 16:38:41 +09:00
parent 692c9eddba
commit ef9f495e93
3 changed files with 5 additions and 8 deletions

View File

@@ -268,7 +268,7 @@ void BitcoinCore::initialize()
{
try
{
qDebug() << __func__ << ": Running AppInit2 in thread";
qDebug() << __func__ << ": Running initialization in thread";
if (!AppInitBasicSetup())
{
Q_EMIT initializeResult(false);
@@ -457,7 +457,7 @@ void BitcoinApplication::initializeResult(int retval)
returnValue = retval ? 0 : 1;
if(retval)
{
// Log this only after AppInit2 finishes, as then logging setup is guaranteed complete
// Log this only after AppInitMain finishes, as then logging setup is guaranteed complete
qWarning() << "Platform customization:" << platformStyle->getName();
#ifdef ENABLE_WALLET
PaymentServer::LoadRootCAs();