summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-01-29 22:52:19 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-01-29 22:52:19 +0000
commite418691b32f470bf78efd19a792f46b05645d86f (patch)
tree83d585e529046665140b1f6896f3dc0e37be8f43 /bin
parentd3fc49dd9b15199472db26d52c5c6e3593014359 (diff)
downloadpuppet-e418691b32f470bf78efd19a792f46b05645d86f.tar.gz
Fixing the warning message related to namespaceauth.conf
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2116 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'bin')
-rwxr-xr-xbin/puppetd2
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