From d0addcd3551b8627c439e5622bddc95b137fdebb Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Wed, 5 Dec 2018 19:14:36 +1030 Subject: [PATCH] cmd/revid-cli: don't decorate directory path --- cmd/revid-cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/revid-cli/main.go b/cmd/revid-cli/main.go index 016ed656..7ba80c25 100644 --- a/cmd/revid-cli/main.go +++ b/cmd/revid-cli/main.go @@ -83,7 +83,7 @@ const ( netSendRetryTime = 5 * time.Second defaultRunDuration = 24 * time.Hour revidStopTime = 5 * time.Second - defaultLogPath = "/var/log/netsender/" + defaultLogPath = "/var/log/netsender" pkg = "revid-cli:" )