From a76afb7b9298854ebbc2307c1a41adf0b8fb51b9 Mon Sep 17 00:00:00 2001 From: luke Date: Sun, 18 Mar 2007 16:39:48 +0000 Subject: Trying to clean up the error message from #490. It looks like the problem is just a failure in one of the types, and it has nothing to do with the state file. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2287 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/transaction.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/puppet/transaction.rb b/lib/puppet/transaction.rb index fdc99ca21..7199ac3cd 100644 --- a/lib/puppet/transaction.rb +++ b/lib/puppet/transaction.rb @@ -61,7 +61,7 @@ class Transaction puts detail.backtrace end - resource.err "Failed to retrieve current state: %s" % detail + resource.err "Failed to retrieve current state of resource: %s" % detail # Mark that it failed @failures[resource] += 1 -- cgit