[Bps-public-commit] r14300 - in Prophet/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Fri Jul 18 19:48:45 EDT 2008
Author: sartak
Date: Fri Jul 18 19:48:45 2008
New Revision: 14300
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/CLI/Command/Update.pm
Log:
r64608 at onn: sartak | 2008-07-18 18:18:23 -0400
Include luid in the "failed to update" message as well
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 19:48:45 2008
@@ -21,8 +21,9 @@
} else {
print "SOMETHING BAD HAPPENED "
. $record->type . " "
+ . $record->luid . " ("
. $record->uuid
- . " not updated.\n";
+ . ") not updated.\n";
}
}
More information about the Bps-public-commit
mailing list