[open-ils-commits] r17674 - trunk/Open-ILS/src/support-scripts (atz)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Sep 15 01:24:56 EDT 2010
Author: atz
Date: 2010-09-15 01:24:53 -0400 (Wed, 15 Sep 2010)
New Revision: 17674
Modified:
trunk/Open-ILS/src/support-scripts/edi_pusher.pl
Log:
Trivial clarification
Also a comment about targeting
Modified: trunk/Open-ILS/src/support-scripts/edi_pusher.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/edi_pusher.pl 2010-09-15 05:24:52 UTC (rev 17673)
+++ trunk/Open-ILS/src/support-scripts/edi_pusher.pl 2010-09-15 05:24:53 UTC (rev 17674)
@@ -112,7 +112,7 @@
$remaining -= scalar(@$events);
- print "Event definition ", $def->id, " has ", scalar(@$events), " event(s)\n";
+ print "Event definition ", $def->id, " has ", scalar(@$events), " (completed) event(s)\n";
foreach (@$events) {
my $event = $e->retrieve_action_trigger_event([
More information about the open-ils-commits
mailing list