mirror of https://github.com/status-im/consul.git
Fixup agent startup
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
This commit is contained in:
parent
8945b68a9d
commit
4cd42a2e1f
|
@ -205,7 +205,7 @@ func (c *cmd) run(args []string) int {
|
||||||
if strings.Contains(c.versionHuman, "dev") {
|
if strings.Contains(c.versionHuman, "dev") {
|
||||||
ui.Info(fmt.Sprintf(" Revision: '%s'", c.revision))
|
ui.Info(fmt.Sprintf(" Revision: '%s'", c.revision))
|
||||||
}
|
}
|
||||||
ui.Info(fmt.Sprintf(" Build Date: %s", c.buildDate))
|
ui.Info(fmt.Sprintf(" Build Date: '%s'", c.buildDate))
|
||||||
ui.Info(fmt.Sprintf(" Node ID: '%s'", config.NodeID))
|
ui.Info(fmt.Sprintf(" Node ID: '%s'", config.NodeID))
|
||||||
ui.Info(fmt.Sprintf(" Node name: '%s'", config.NodeName))
|
ui.Info(fmt.Sprintf(" Node name: '%s'", config.NodeName))
|
||||||
if ap := config.PartitionOrEmpty(); ap != "" {
|
if ap := config.PartitionOrEmpty(); ap != "" {
|
||||||
|
|
Loading…
Reference in New Issue