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 /lib/xdsconfig/fileconfig.go | |
parent | a3d2ca72d05d28b1ae5820787ff696dd75fd17cc (diff) |
Add Server UUID and use it build CmdID.
Diffstat (limited to 'lib/xdsconfig/fileconfig.go')
-rw-r--r-- | lib/xdsconfig/fileconfig.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xdsconfig/fileconfig.go b/lib/xdsconfig/fileconfig.go index 39560a4..dafb034 100644 --- a/lib/xdsconfig/fileconfig.go +++ b/lib/xdsconfig/fileconfig.go @@ -84,7 +84,7 @@ func readGlobalConfig(c *Config, confFile string) error { // No config file found return nil } - c.Log.Infof("Use config file: %s", *cFile) + c.Log.Infof("Use config file: %s", *cFile) // TODO move on viper package to support comments in JSON and also // bind with flags (command line options) |