Clean server output

This commit is contained in:
Thomas Forgione 2018-09-25 15:45:02 +02:00
parent 482966462d
commit f395b82680
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ fn main() {
while let Some(uri) = tasks.pop() {
println!("{}", format!("---- STARTING BUILD ---- from {}", uri).bold().green());
println!("{}", format!("---- STARTING BUILD ---- from {}", uri.path()).bold().green());
match builder.build(&uri) {
Err(_) => {
println!("{}", "--------- FAIL ---------".bold().red());