Browse Source

agent: log a message when making a new scada connection

pull/1199/head
Ryan Uber 9 years ago
parent
commit
5ad8bfbd41
  1. 1
      command/agent/command.go

1
command/agent/command.go

@ -935,6 +935,7 @@ func (c *Command) setupScadaConn(config *Config) error {
}
// Create the new provider and listener
c.Ui.Output("Connecting to Atlas: " + config.AtlasInfrastructure)
provider, list, err := NewProvider(config, c.logOutput)
if err != nil {
return err

Loading…
Cancel
Save