From 148d067ab93f3b1fab09203f1366798b122f5471 Mon Sep 17 00:00:00 2001 From: Pagan Gazzard Date: Thu, 26 Jun 2014 20:28:05 +0100 Subject: [PATCH] Add a log entry that we're exiting on a supervisor update. --- src/supervisor-update.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/supervisor-update.coffee b/src/supervisor-update.coffee index 096ece9b..1a9effff 100644 --- a/src/supervisor-update.coffee +++ b/src/supervisor-update.coffee @@ -74,6 +74,7 @@ exports.update = -> ) .then -> # We've started the new container, so we're done here! #pray + console.log('Exiting to let the new supervisor take over') process.exit() .catch (err) -> utils.mixpanelTrack('Supervisor update failed', error: err)