forked from TrueCloudLab/restic
Add "build: " prefix to verbose messages
This commit is contained in:
parent
4c47c2b2c9
commit
a54f9715b1
1 changed files with 1 additions and 1 deletions
2
build.go
2
build.go
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue