timproved warning message - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit d2832563e466e49bb496470376c7b17da1553a3a DIR parent 81b29a48a1912175629a2962e2240dc1d220fedf HTML Author: thomasv <thomasv@gitorious> Date: Fri, 12 Oct 2012 16:38:56 +0200 improved warning message Diffstat: M lib/simple_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/simple_config.py b/lib/simple_config.py t@@ -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