[Bps-public-commit] r12451 - in Prophet/trunk: .
jesse at bestpractical.com
jesse at bestpractical.com
Sat May 17 05:33:33 EDT 2008
Author: jesse
Date: Sat May 17 05:33:29 2008
New Revision: 12451
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/CLI.pm
Log:
r31116 at dhcp113 (orig r12385): sartak | 2008-05-16 20:49:10 +0900
r55986 at onn: sartak | 2008-05-16 07:49:06 -0400
Include luid in Show
Modified: Prophet/trunk/lib/Prophet/CLI.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI.pm (original)
+++ Prophet/trunk/lib/Prophet/CLI.pm Sat May 17 05:33:29 2008
@@ -429,7 +429,8 @@
return;
}
- print "id: " . $record->uuid . "\n";
+ print "uuid: " . $record->uuid . "\n";
+ print "luid: " . $record->luid . "\n";
my $props = $record->get_props();
for ( keys %$props ) {
print $_. ": " . $props->{$_} . "\n";
More information about the Bps-public-commit
mailing list