diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-03-02 23:12:49 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-03-02 23:12:49 +0000 |
commit | 451ba6d069cb253f901541f420e51c0b184d8d8c (patch) | |
tree | 41471af5eba23c1b3c655fe09ca5e16f32b69efa | |
parent | faffd6991ed4bf5f45a21353b89f81930da504b6 (diff) | |
download | puppet-451ba6d069cb253f901541f420e51c0b184d8d8c.tar.gz puppet-451ba6d069cb253f901541f420e51c0b184d8d8c.tar.xz puppet-451ba6d069cb253f901541f420e51c0b184d8d8c.zip |
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
-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 |