From d5b28f20c8d4929d6d6b5a2950ec6a26871f8919 Mon Sep 17 00:00:00 2001 From: Saxon Date: Tue, 28 Jan 2020 10:28:16 +1030 Subject: [PATCH] cmd/rv: updated package name string used for logging --- cmd/rv/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/rv/main.go b/cmd/rv/main.go index c329af2e..f1961736 100644 --- a/cmd/rv/main.go +++ b/cmd/rv/main.go @@ -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.