Add "build: " prefix to verbose messages

This commit is contained in:
Alexander Neumann 2015-08-26 20:03:26 +02:00
parent 4c47c2b2c9
commit a54f9715b1
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ func verbosePrintf(message string, args ...interface{}) {
return
}
fmt.Printf(message, args...)
fmt.Printf("build: "+message, args...)
}
// cleanEnv returns a clean environment with GOPATH and GOBIN removed (if