summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-30 08:47:23 -0700
committerGitHub <noreply@github.com>2019-05-30 08:47:23 -0700
commit2cc1693f43e0b6c503d181e28b064b509baf018b (patch)
treebf3114ed7073bc891eb470e6d57ab28768d179af
parentb6488236ef24b9c44295deac78b7bd2498e372ba (diff)
parent25b6d6bebcc49342521eade97889a9a3c6842d8e (diff)
downloadchef-2cc1693f43e0b6c503d181e28b064b509baf018b.tar.gz
Merge pull request #8619 from chef/btm/knife-bootstrap-log-template
Trace output the actual bootstrap template filename
-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 926af64b4b..475cb43199 100644
--- a/lib/chef/knife/bootstrap.rb
+++ b/lib/chef/knife/bootstrap.rb
@@ -501,7 +501,7 @@ class Chef
raise Errno::ENOENT
end
- Chef::Log.trace("Found bootstrap template in #{File.dirname(template_file)}")
+ Chef::Log.trace("Found bootstrap template: #{template_file}")
template_file
end