[Bps-public-commit] r14291 - in Prophet/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Fri Jul 18 17:38:26 EDT 2008


Author: sartak
Date: Fri Jul 18 17:38:25 2008
New Revision: 14291

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/CLI/Command/Update.pm

Log:
 r64600 at onn:  sartak | 2008-07-18 17:30:07 -0400
 Include luid in update message


Modified: Prophet/trunk/lib/Prophet/CLI/Command/Update.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/Command/Update.pm	(original)
+++ Prophet/trunk/lib/Prophet/CLI/Command/Update.pm	Fri Jul 18 17:38:25 2008
@@ -16,7 +16,7 @@
     my $record = $self->_load_record;
     my $result = $record->set_props( props => $self->edit_record($record) );
     if ($result) {
-        print $record->type . " " . $record->uuid . " updated.\n";
+        print $record->type . " " . $record->luid . " (".$record->uuid.")"." updated.\n";
 
     } else {
         print "SOMETHING BAD HAPPENED "



More information about the Bps-public-commit mailing list