improved warning message

This commit is contained in:
thomasv 2012-10-12 16:38:56 +02:00
parent 81b29a48a1
commit d2832563e4
1 changed files with 1 additions and 1 deletions

View File

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