Output should be what is really running.

This commit is contained in:
Bradley M. Kuhn 2025-01-27 09:43:23 -08:00
parent 131966162a
commit 68b4875a2b

View file

@ -27,8 +27,7 @@ sub TicketIDsReadyForPayment () {
}
print "Using $queryString\n";
open(my $rtLsFH, "-|", "$RT_CMD", "ls", "-i", $queryString);
print "Running: rt ls -i Status=ready-for-payment\n" if ($VERBOSE >= 10);
print "Running: rt ls -i $queryString\n" if ($VERBOSE >= 10);
while (my $lsLine = <$rtLsFH>) {
print "rt ls line from Ready for payment search: $lsLine" if ($VERBOSE >= 10);
chomp $lsLine;