From 76aec7c684fb877dad8fe5098dfb2c043999bc80 Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 21 Jul 2006 15:20:44 +0000 Subject: Fixing #202. Just bumped the log level to notice and changed the wording slightly git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1414 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/server/ca.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/puppet/server/ca.rb b/lib/puppet/server/ca.rb index 0aa31d937..74f2c3390 100644 --- a/lib/puppet/server/ca.rb +++ b/lib/puppet/server/ca.rb @@ -118,7 +118,8 @@ class Server if @ca.getclientcsr(hostname) Puppet.info "Not replacing existing request from %s" % hostname else - Puppet.info "Storing certificate request for %s" % hostname + Puppet.notice "Host %s has a waiting certificate request" % + hostname @ca.storeclientcsr(csr) end return ["", ""] -- cgit