From a9f4c63fdd0552f03e10dcd5ec53cccdb2f6d597 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Thu, 14 May 2020 19:35:55 +0200 Subject: [PATCH] fixed typo --- src/wallet/wallets_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallets_manager.cpp b/src/wallet/wallets_manager.cpp index 3ab5ceb1..06adc3d6 100644 --- a/src/wallet/wallets_manager.cpp +++ b/src/wallet/wallets_manager.cpp @@ -88,7 +88,7 @@ wallets_manager::~wallets_manager() { TRY_ENTRY(); stop(); - LOG_LEVEL_0("[~WALLETS_MANAGER] destroyed"); + LOG_PRINT_L0("[~WALLETS_MANAGER] destroyed"); CATCH_ENTRY_NO_RETURN(); }