Bump 0.2.0
[src/xds/xds-agent.git] / main.go
diff --git a/main.go b/main.go
index d3722e2..32083bb 100644 (file)
--- 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--
        }