mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 10:28:31 +00:00
fix Sprintf formatting
This commit is contained in:
parent
e395420af6
commit
a4656f1ecf
@ -310,7 +310,7 @@ func (c *Command) setupAgent(config *Config, logOutput io.Writer, logWriter *log
|
||||
servers, err := NewHTTPServers(agent, config, logOutput)
|
||||
if err != nil {
|
||||
agent.Shutdown()
|
||||
c.Ui.Error(fmt.Sprintf("Error starting http servers:", err))
|
||||
c.Ui.Error(fmt.Sprintf("Error starting http servers: %s", err))
|
||||
return err
|
||||
}
|
||||
c.httpServers = servers
|
||||
|
Loading…
x
Reference in New Issue
Block a user