From 40439dac9fc849fb247f1e233811ddb1946ef0bc Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Fri, 21 Dec 2007 17:55:35 -0600 Subject: Updating an exception message a bit. --- lib/puppet/network/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit