diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-25 00:21:26 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-25 00:21:54 +0200 |
commit | 21b070dd7d65cd60217e446810559ec241d0b826 (patch) | |
tree | 0ab9bfede6ba45884cdfc426c1dccab182241a36 /main.go | |
parent | f9123dd7e633cdce66d7d0c55aa12bdca00c9406 (diff) |
Fixed xds-common version and use last one
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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-- } |