diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-18 19:54:16 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-18 19:54:16 +0000 |
commit | e3b4f234a39f264b488c80fd526fe820a09fc16c (patch) | |
tree | 645bf43d3182457c2db7ad5a7cfa5984db81c397 /bin | |
parent | 07f616badf4e067000fa5d49c2698b8b6b5a7609 (diff) | |
download | puppet-e3b4f234a39f264b488c80fd526fe820a09fc16c.tar.gz |
Another round of bugfixing, including finding out that the tagmail report was leaving zombie processes lying around
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1816 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/puppetmasterd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/puppetmasterd b/bin/puppetmasterd index b9614c29b..2bf018b55 100755 --- a/bin/puppetmasterd +++ b/bin/puppetmasterd @@ -257,7 +257,7 @@ begin #server = Puppet::Server.new(:CA => ca) server = Puppet::Server.new(args) rescue => detail - if Puppet[:debug] + if Puppet[:trace] puts detail.backtrace end $stderr.puts detail |