From e79828f0cdf3c944eed3f5ca8bf9dd618ee2530e Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 10 Jul 2007 19:25:59 +0000 Subject: Cleaning up a log message in the transaction git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2672 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/transaction.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet') diff --git a/lib/puppet/transaction.rb b/lib/puppet/transaction.rb index 1f7d40637..d244c06d8 100644 --- a/lib/puppet/transaction.rb +++ b/lib/puppet/transaction.rb @@ -490,7 +490,7 @@ class Transaction if Puppet[:trace] puts detail.backtrace end - Puppet.err "Could not prefetch % provider %s: %s" % [resources[0].class.name, provider.name, detail] + Puppet.err "Could not prefetch %s provider '%s': %s" % [provider.resource_type.name, provider.name, detail] end end end -- cgit