mirror of https://bitbucket.org/ausocean/av.git
cmd/revid-cli: don't decorate directory path
This commit is contained in:
parent
f1586641a0
commit
d0addcd355
|
@ -83,7 +83,7 @@ const (
|
||||||
netSendRetryTime = 5 * time.Second
|
netSendRetryTime = 5 * time.Second
|
||||||
defaultRunDuration = 24 * time.Hour
|
defaultRunDuration = 24 * time.Hour
|
||||||
revidStopTime = 5 * time.Second
|
revidStopTime = 5 * time.Second
|
||||||
defaultLogPath = "/var/log/netsender/"
|
defaultLogPath = "/var/log/netsender"
|
||||||
pkg = "revid-cli:"
|
pkg = "revid-cli:"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue