summaryrefslogtreecommitdiff
path: root/lib/chef/knife/bootstrap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/bootstrap.rb')
-rw-r--r--lib/chef/knife/bootstrap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/bootstrap.rb b/lib/chef/knife/bootstrap.rb
index 6e0f86240d..21d6e09f96 100644
--- a/lib/chef/knife/bootstrap.rb
+++ b/lib/chef/knife/bootstrap.rb
@@ -602,7 +602,7 @@ class Chef
end
def connect!
- ui.info("Connecting to #{ui.color(server_name, :bold)}")
+ ui.info("Connecting to #{ui.color(server_name, :bold)} using #{connection_protocol}")
opts ||= connection_opts.dup
do_connect(opts)
rescue Train::Error => e