From a17da7202bcd176a0134ebdaeba6fbce40e745fc Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Wed, 13 Feb 2019 14:04:09 +0000 Subject: Print the reason why a notification spec failed to parse --- src/wallet/wallet2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet/wallet2.cpp') diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index c02d10ab4..cfb1d8684 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -373,7 +373,7 @@ std::unique_ptr make_basic(const boost::program_options::variabl } catch (const std::exception &e) { - MERROR("Failed to parse tx notify spec"); + MERROR("Failed to parse tx notify spec: " << e.what()); } return wallet; -- cgit v1.2.3