File tree 2 files changed +4
-2
lines changed
bloop-rifle/src/bloop/rifle
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ object BloopRifle {
48
48
config.classPath(version) match {
49
49
case Left (ex) => Future .failed(new Exception (" Error getting Bloop class path" , ex))
50
50
case Right ((cp, isScalaCliBloop)) =>
51
+ logger.info(" Starting compilation server" )
52
+ logger.debug(
53
+ s " Starting Bloop $version at ${config.address.render} using JVM $bloopJava"
54
+ )
51
55
object IntValue {
52
56
def unapply (s : String ): Option [Int ] =
53
57
// no String.toIntOption in Scala 2.12.x
Original file line number Diff line number Diff line change @@ -69,8 +69,6 @@ object BloopServer {
69
69
): BloopRifle .BloopServerRuntimeInfo = {
70
70
val workdir = new File (" ." ).getCanonicalFile.toPath
71
71
def startBloop (bloopVersion : String , bloopJava : String ) = {
72
- logger.info(" Starting compilation server" )
73
- logger.debug(s " Starting Bloop $bloopVersion at ${config.address.render} using JVM $bloopJava" )
74
72
val fut = BloopRifle .startServer(
75
73
config,
76
74
startServerChecksPool,
You can’t perform that action at this time.
0 commit comments