From e418691b32f470bf78efd19a792f46b05645d86f Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 29 Jan 2007 22:52:19 +0000 Subject: Fixing the warning message related to namespaceauth.conf git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2116 980ebf18-57e1-0310-9a29-db15c13687c0 --- bin/puppetd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/puppetd b/bin/puppetd index 6078485a2..b1194cc95 100755 --- a/bin/puppetd +++ b/bin/puppetd @@ -357,7 +357,7 @@ objects = [] # This has to go after the certs are dealt with. if Puppet[:listen] unless FileTest.exists?(Puppet[:authconfig]) - $stderr.puts "Will not start without authorization file %s" % + Puppet.err "Will not start without authorization file %s" % Puppet[:authconfig] exit(14) end -- cgit