cmd/rv: updated package name string used for logging

This commit is contained in:
Saxon 2020-01-28 10:28:16 +10:30
parent ed626e02ab
commit d5b28f20c8
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ const (
netSendRetryTime = 5 * time.Second
defaultSleepTime = 60 // Seconds
profilePath = "rv.prof"
pkg = "revid-cli:"
pkg = "rv: "
)
// This is set to true if the 'profile' build tag is provided on build.