summaryrefslogtreecommitdiff
path: root/lib/chef/platform.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/platform.rb')
-rw-r--r--lib/chef/platform.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/platform.rb b/lib/chef/platform.rb
index 680985b66e..4c407673e2 100644
--- a/lib/chef/platform.rb
+++ b/lib/chef/platform.rb
@@ -351,7 +351,7 @@ class Chef
provider_map.merge!(provider)
end
rescue Chef::Exceptions::InvalidCookbookVersion
- Chef::Log.debug("Chef::Version::Comparable does not know how to parse the platform version")
+ Chef::Log.debug("Chef::Version::Comparable does not know how to parse the platform version: #{version}")
end
end
else