2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00

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

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