From 451ba6d069cb253f901541f420e51c0b184d8d8c Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 2 Mar 2006 23:12:49 +0000 Subject: upgrading to warning the message about using a cached copy git-svn-id: https://reductivelabs.com/svn/puppet/trunk@971 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/client/master.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet/client/master.rb b/lib/puppet/client/master.rb index 02186b19d..48f3cef1d 100644 --- a/lib/puppet/client/master.rb +++ b/lib/puppet/client/master.rb @@ -186,7 +186,7 @@ class Puppet::Client::MasterClient < Puppet::Client "Cannot connect to server and there is no cached configuration" ) end - Puppet.notice "Could not get config; using cached copy" + Puppet.warning "Could not get config; using cached copy" fromcache = true end -- cgit