diff --git a/lib/simple_config.py b/lib/simple_config.py index ddec085a1..4fc87a65e 100644 --- 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