X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=main.go;h=32083bbd41045c000486cc999a3c74a580984b7a;hb=fd312d109f78dd5b9825e8f1dae255d847a76f7a;hp=d3722e2599b215fcb25c4658213855ac42e67982;hpb=62b67b5e764d8dacbb2783311d6c29ff9130c5ea;p=src%2Fxds%2Fxds-agent.git diff --git a/main.go b/main.go index d3722e2..32083bb 100644 --- a/main.go +++ b/main.go @@ -72,7 +72,7 @@ func xdsAgent(cliCtx *cli.Context) error { if err := ctx.SThg.Connect(); err == nil { break } - ctx.Log.Infof("Establishing connection to Syncthing (retry %d/%d", retry, maxRetry) + ctx.Log.Infof("Establishing connection to Syncthing (retry %d/%d)", retry, maxRetry) time.Sleep(time.Second) retry-- }