changeset 5442 | 3ed8afbbdf70 |
parent 5436 | 2455ca3a2a3a |
child 5486 | 5790462343cb |
--- a/migration.py Thu Apr 29 11:09:03 2010 +0200 +++ b/migration.py Thu Apr 29 14:21:57 2010 +0200 @@ -111,7 +111,7 @@ self.config = config if config: # no config on shell to a remote instance - self.config.init_log(logthreshold=logging.ERROR, debug=True) + self.config.init_log(logthreshold=logging.ERROR) # 0: no confirmation, 1: only main commands confirmed, 2 ask for everything self.verbosity = verbosity self.need_wrap = True