diff options
| author | Daniel Pittman <daniel@rimspace.net> | 2011-08-25 13:24:53 -0700 |
|---|---|---|
| committer | Daniel Pittman <daniel@rimspace.net> | 2011-08-25 13:24:53 -0700 |
| commit | 98db04eb290ad7767cbc6da43c0ab94971f0d8ef (patch) | |
| tree | 93c53be94d6e63635afd766efe6418835643e679 /lib/puppet/indirector | |
| parent | da4a2def42639817c4522fc0162bd691956998da (diff) | |
| parent | 01df23754cf12305bad460d67eca2a41493e791e (diff) | |
| download | puppet-master.tar.gz puppet-master.tar.xz puppet-master.zip | |
Removed spurious "exec" from a debug string
Diffstat (limited to 'lib/puppet/indirector')
| -rw-r--r-- | lib/puppet/indirector/exec.rb | 2 |
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 |
