summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Blaine <jblaine@kickflop.net>2011-08-25 21:19:44 -0300
committerJeff Blaine <jblaine@kickflop.net>2011-08-25 21:19:44 -0300
commit01df23754cf12305bad460d67eca2a41493e791e (patch)
tree93c53be94d6e63635afd766efe6418835643e679
parentda4a2def42639817c4522fc0162bd691956998da (diff)
downloadpuppet-01df23754cf12305bad460d67eca2a41493e791e.tar.gz
puppet-01df23754cf12305bad460d67eca2a41493e791e.tar.xz
puppet-01df23754cf12305bad460d67eca2a41493e791e.zip
Removed spurious "exec" from a debug string
-rw-r--r--lib/puppet/indirector/exec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/indirector/exec.rb b/lib/puppet/indirector/exec.rb
index 8ea13ff95..e6325adaa 100644
--- a/lib/puppet/indirector/exec.rb
+++ b/lib/puppet/indirector/exec.rb
@@ -39,7 +39,7 @@ class Puppet::Indirector::Exec < Puppet::Indirector::Terminus
end
if output =~ /\A\s*\Z/ # all whitespace
- Puppet.debug "Empty response for #{name} from exec #{self.name} terminus"
+ Puppet.debug "Empty response for #{name} from #{self.name} terminus"
return nil
else
return output