diff options
author | Luke Kanies <luke@madstop.com> | 2007-12-21 17:55:35 -0600 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-12-21 17:55:35 -0600 |
commit | 40439dac9fc849fb247f1e233811ddb1946ef0bc (patch) | |
tree | 1b6ed52a6b0c87091aced55aba12796945755eac | |
parent | e2fc425010c20e307c835a726b74f19abf31ba34 (diff) | |
download | puppet-40439dac9fc849fb247f1e233811ddb1946ef0bc.tar.gz puppet-40439dac9fc849fb247f1e233811ddb1946ef0bc.tar.xz puppet-40439dac9fc849fb247f1e233811ddb1946ef0bc.zip |
Updating an exception message a bit.
-rw-r--r-- | lib/puppet/network/client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/network/client.rb b/lib/puppet/network/client.rb index d1738bd21..283436e95 100644 --- a/lib/puppet/network/client.rb +++ b/lib/puppet/network/client.rb @@ -179,7 +179,7 @@ class Puppet::Network::Client self.runnow if self.scheduled? rescue => detail puts detail.backtrace if Puppet[:trace] - Puppet.err "Could not run client: %s" % detail + Puppet.err "Could not run client; got otherwise uncaught exception: %s" % detail end end |