From 0dcaa13d314225826c40bf578e199adda1e5c23e Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 14 Nov 2015 16:14:00 +0900 Subject: [PATCH] Show the wallet path in -v output --- lib/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet.py b/lib/wallet.py index aee1ef4c3..11046d211 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -139,7 +139,7 @@ class WalletStorage(PrintError): if 'ANDROID_DATA' not in os.environ: import stat os.chmod(self.path, mode) - self.print_error("saved") + self.print_error("saved", self.path)