Add log message to indicate a successful completion of all tasks

This commit is contained in:
Anders Ingemann 2013-07-07 21:03:25 +02:00
parent 5dd8c27c6a
commit be387673c0

View file

@ -34,6 +34,7 @@ def run(args):
try:
tasklist.run(bootstrap_info)
log.info('Successfully completed bootstrapping')
except (Exception, KeyboardInterrupt) as e:
log.exception(e)
log.error('Rolling back')