mirror of https://bitbucket.org/ausocean/av.git
cmd/rv: updated package name string used for logging
This commit is contained in:
parent
ed626e02ab
commit
d5b28f20c8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue