diff options
Diffstat (limited to 'lib')
-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 |