diff --git a/command/agent/command.go b/command/agent/command.go index e7c5d2641f..4805345895 100644 --- a/command/agent/command.go +++ b/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