From be387673c0ac6bc7acf0b43dad7087ef0e3a0b04 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sun, 7 Jul 2013 21:03:25 +0200 Subject: [PATCH] Add log message to indicate a successful completion of all tasks --- base/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/base/main.py b/base/main.py index b51ca87..e5dcd64 100644 --- a/base/main.py +++ b/base/main.py @@ -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')