mirror of https://github.com/sbt/sbt.git
Unify warning to other schemes and use string interpolation
This commit is contained in:
parent
553ea80149
commit
a5b8dffc74
|
|
@ -34,7 +34,7 @@ object CheckProxy
|
|||
catch
|
||||
{
|
||||
case e: MalformedURLException =>
|
||||
System.out.println("Warning: could not parse http_proxy setting: " + e.toString)
|
||||
System.out.println(s"Warning: could not parse $envURL setting: ${e.toString}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue