]> Git Repo - VerusCoin.git/commitdiff
[init] better message when no wallet support is compiled in
authorPhilip Kaufmann <[email protected]>
Wed, 15 Apr 2015 12:35:35 +0000 (14:35 +0200)
committerCory Fields <[email protected]>
Thu, 14 May 2015 05:02:00 +0000 (01:02 -0400)
src/init.cpp

index 6ef0ce42688aafb162331d30f53cf4d0523a3266..e2bc36a8e4f99feda7f42fb116be54db23becc96 100644 (file)
@@ -1328,7 +1328,7 @@ bool AppInit2(boost::thread_group& threadGroup)
         pwalletMain->SetBroadcastTransactions(GetBoolArg("-walletbroadcast", true));
     } // (!fDisableWallet)
 #else // ENABLE_WALLET
-    LogPrintf("No wallet compiled in!\n");
+    LogPrintf("No wallet support compiled in!\n");
 #endif // !ENABLE_WALLET
     // ********************************************************* Step 9: import blocks
 
This page took 0.028183 seconds and 4 git commands to generate.