agent: log a message when making a new scada connection

This commit is contained in:
Ryan Uber 2015-08-25 21:03:16 -07:00
parent 33cadcf925
commit 00d78963bf
1 changed files with 1 additions and 0 deletions

View File

@ -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