diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/client/master.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |