[Bps-public-commit] r12426 - in Prophet/branches/moose: .

sartak at bestpractical.com sartak at bestpractical.com
Sat May 17 03:57:12 EDT 2008


Author: sartak
Date: Sat May 17 03:57:12 2008
New Revision: 12426

Modified:
   Prophet/branches/moose/   (props changed)
   Prophet/branches/moose/lib/Prophet/CLI.pm

Log:
 r56129 at onn:  sartak | 2008-05-17 03:56:37 -0400
 Include uuid in the delete error message (so it shows up in the test)


Modified: Prophet/branches/moose/lib/Prophet/CLI.pm
==============================================================================
--- Prophet/branches/moose/lib/Prophet/CLI.pm	(original)
+++ Prophet/branches/moose/lib/Prophet/CLI.pm	Sat May 17 03:57:12 2008
@@ -403,7 +403,7 @@
 
     my $record = $self->_get_record;
     $record->load( uuid => $self->uuid )
-        || $self->fatal_error("I couldn't find that record");
+        || $self->fatal_error("I couldn't find the record " . $self->uuid);
     if ( $record->delete ) {
         print $record->type . " " . $record->uuid . " deleted.\n";
     } else {



More information about the Bps-public-commit mailing list