improved warning message
authorthomasv <thomasv@gitorious>
Fri, 12 Oct 2012 14:38:56 +0000 (16:38 +0200)
committerthomasv <thomasv@gitorious>
Fri, 12 Oct 2012 14:38:56 +0000 (16:38 +0200)
lib/simple_config.py

index ddec085..4fc87a6 100644 (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