Print “server restarting” only when doing so

This commit is contained in:
David Greenspan
2014-10-22 10:59:11 -07:00
committed by Emily Stark
parent dbd576689f
commit 96cfcb780b

View File

@@ -697,7 +697,9 @@ _.extend(AppRunner.prototype, {
} finally {
self.runFuture = null;
runLog.logTemporary("=> Server modified -- restarting...");
if (ret.outcome === 'changed') {
runLog.logTemporary("=> Server modified -- restarting...");
}
self.proxy.setMode("hold");
appProcess.stop();