From db1c748be84c29bc483195439a21e2b9d44da63b Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 6 Mar 2017 03:30:41 -0800 Subject: Basic http api --- crashbox-server/src/main/scala/io/crashbox/ci/Schedulers.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crashbox-server/src/main/scala/io/crashbox/ci/Schedulers.scala') diff --git a/crashbox-server/src/main/scala/io/crashbox/ci/Schedulers.scala b/crashbox-server/src/main/scala/io/crashbox/ci/Schedulers.scala index e9f2a82..01c278d 100644 --- a/crashbox-server/src/main/scala/io/crashbox/ci/Schedulers.scala +++ b/crashbox-server/src/main/scala/io/crashbox/ci/Schedulers.scala @@ -52,10 +52,11 @@ trait Schedulers extends { self: Core with Source with Builders with Parsers => containerId foreach { cancelBuild(_) } out foreach { _.close() } buildDir foreach { _.delete() } + log.info(s"Stopped build of $url") } override def preStart() = { - log.info(s"Started build manager for $url") + log.info(s"Started build of $url") self ! Cloning(url) } -- cgit v1.2.3