]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Tue, 17 Apr 2018 12:30:23 +0000 (15:30 +0300)
committerjl777 <[email protected]>
Tue, 17 Apr 2018 12:30:23 +0000 (15:30 +0300)
src/wallet/wallet.cpp

index 233af1a4e128c348ee4edb00f5de50edd0bcad63..2f9858611a0d93e1ef311d53155ece8165dd677b 100644 (file)
@@ -3049,6 +3049,7 @@ DBErrors CWallet::LoadWallet(bool& fFirstRunRet)
         return DB_LOAD_OK;
     fFirstRunRet = false;
     DBErrors nLoadWalletRet = CWalletDB(strWalletFile,"cr+").LoadWallet(this);
+    fprintf(stderr,"loading wallet %s %u\n",strWalletFile.ToString().c_str(),(uint32_t)time(NULL));
     if (nLoadWalletRet == DB_NEED_REWRITE)
     {
         if (CDB::Rewrite(strWalletFile, "\x04pool"))
This page took 0.032628 seconds and 4 git commands to generate.