diff options
Diffstat (limited to 'lib/chef/platform.rb')
-rw-r--r-- | lib/chef/platform.rb | 2 |
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 |