electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit d2832563e466e49bb496470376c7b17da1553a3a
parent 81b29a48a1912175629a2962e2240dc1d220fedf
Author: thomasv <thomasv@gitorious>
Date:   Fri, 12 Oct 2012 16:38:56 +0200

improved warning message

Diffstat:
Mlib/simple_config.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/simple_config.py b/lib/simple_config.py @@ -62,7 +62,7 @@ class SimpleConfig: elif self.system_config.get(key): self.system_config[key] = value - print "warning: cannot save", key + print "Warning: cannot save '%s' because it is set in the system configuration file"%key elif self.wallet_config.get(key): self.wallet_config[key] = value