mirror of https://bitbucket.org/ausocean/av.git
cmd/revid-cli/main.go: Renamed SendLogs to Send.
This commit is contained in:
parent
e4315d8203
commit
8c82a03c25
|
@ -311,7 +311,7 @@ func run(cfg config.Config) {
|
|||
continue
|
||||
}
|
||||
|
||||
err = netLogger.SendLogs(ns)
|
||||
err = netLogger.Send(ns)
|
||||
if err != nil {
|
||||
log.Log(logger.Warning, pkg+"Logs could not be sent", "error", err.Error())
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue