cmd/revid-cli: don't decorate directory path

This commit is contained in:
Dan Kortschak 2018-12-05 19:14:36 +10:30
parent f1586641a0
commit d0addcd355
1 changed files with 1 additions and 1 deletions

View File

@ -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:"
)