mirror of
https://github.com/restic/restic.git
synced 2025-08-11 05:57:47 +00:00
Add "build: " prefix to verbose messages
This commit is contained in:
2
build.go
2
build.go
@@ -159,7 +159,7 @@ func verbosePrintf(message string, args ...interface{}) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf(message, args...)
|
fmt.Printf("build: "+message, args...)
|
||||||
}
|
}
|
||||||
|
|
||||||
// cleanEnv returns a clean environment with GOPATH and GOBIN removed (if
|
// cleanEnv returns a clean environment with GOPATH and GOBIN removed (if
|
||||||
|
Reference in New Issue
Block a user