update message: cannot change -> not changing
authorThomasV <thomasv@gitorious>
Thu, 18 Oct 2012 20:13:09 +0000 (22:13 +0200)
committerThomasV <thomasv@gitorious>
Thu, 18 Oct 2012 20:13:09 +0000 (22:13 +0200)
lib/simple_config.py

index 4108762..3e0ea72 100644 (file)
@@ -59,7 +59,7 @@ class SimpleConfig:
     def set_key(self, key, value, save = False):
         # find where a setting comes from and save it there
         if self.options_config.get(key):
-            print "Warning: cannot change '%s' because it was passed as a command-line option"%key
+            print "Warning: not changing '%s' because it was passed as a command-line option"%key
             return
 
         elif self.user_config.get(key):