Merge pull request #1747

26bd7aac wallet_api: fix logging init via api (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-02-21 11:28:58 +02:00
commit 50fadea8fa
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
3 changed files with 6 additions and 1 deletions

View file

@ -451,7 +451,6 @@ WalletManager *WalletManagerFactory::getWalletManager()
static WalletManagerImpl * g_walletManager = nullptr;
if (!g_walletManager) {
mlog_configure("monero-wallet-gui.log", false);
g_walletManager = new WalletManagerImpl();
}