summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-05-22 12:33:47 -0700
committerClaire McQuin <claire@getchef.com>2014-05-22 12:33:47 -0700
commit0e8208ff64e228cbf2b2dda679756b3e83cf9823 (patch)
treee476bf699a03dddc809d30f0b4b62bf6c588bfee
parent8ea047d61c0b7824f0427ee0265f140e1728720e (diff)
downloadchef-0e8208ff64e228cbf2b2dda679756b3e83cf9823.tar.gz
log cache_path switch to info
-rw-r--r--lib/chef/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb
index 8495ae47d9..6465f0533b 100644
--- a/lib/chef/config.rb
+++ b/lib/chef/config.rb
@@ -249,7 +249,7 @@ class Chef
unless path_accessible?(primary_cache_path) || path_accessible?(primary_cache_root)
secondary_cache_path = File.join(user_home, '.chef')
secondary_cache_path.gsub!(File::SEPARATOR, platform_path_separator) # Safety, mainly for Windows...
- Chef::Log.warn("Unable to access cache at #{primary_cache_path}. Switching cache to #{secondary_cache_path}")
+ Chef::Log.info("Unable to access cache at #{primary_cache_path}. Switching cache to #{secondary_cache_path}")
secondary_cache_path
else
primary_cache_path