diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-11 09:36:05 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-06 15:57:04 +0100 |
commit | 8119c1641e88ee5020e380c08119f508c6e24222 (patch) | |
tree | 5b295fb9e210b9bf5cee52fdb4fcb16d6878fd27 /main.go | |
parent | a3d2ca72d05d28b1ae5820787ff696dd75fd17cc (diff) |
Add Server UUID and use it build CmdID.
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ func xdsApp(cliCtx *cli.Context) error { } ctx.Config.LogVerboseOut = fdLH - logPrint(ctx, "Logging file for HTTP requests: %s\n", logFileHTTPReq) + logPrint(ctx, "Logging file for HTTP requests: %s\n", logFileHTTPReq) } // Create syncthing instance when section "syncthing" is present in config.json |