diff options
-rwxr-xr-x | bin/puppetd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |