Show the wallet path in -v output

This commit is contained in:
Neil Booth 2015-11-14 16:14:00 +09:00
parent e9384f15ed
commit 0dcaa13d31
1 changed files with 1 additions and 1 deletions

View File

@ -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)