diff --git a/src/application.coffee b/src/application.coffee index a8772431..b2894d36 100644 --- a/src/application.coffee +++ b/src/application.coffee @@ -33,7 +33,7 @@ exports.kill = kill = (app) -> exports.start = start = (app) -> docker.getImage(app).inspectAsync().catch((error) -> - console.log(error) + console.log("Pulling image:", app) deferred = Promise.defer() options = method: 'POST'