Additional verbosity.
This commit is contained in:
parent
ca31ce7c8f
commit
880da9360c
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ sub GetLinksForTicket($) {
|
|||
my %linked;
|
||||
open(my $rtLinksFH, "-|", "$RT_CMD", "show", $ticketSpec . '/links');
|
||||
my $type = 'NONE';
|
||||
print STDERR "rt-helper: GetLinksForTicket: starting\n" if ($VERBOSE > 9);
|
||||
while (my $linksLine = <$rtLinksFH>) {
|
||||
print STDERR "rt-helper: GetLinksForTicket: processing line: $linksLine\n" if ($VERBOSE > 9);
|
||||
if ($linksLine =~ m%^([^:\s]+)\s*:%) {
|
||||
|
|
Loading…
Reference in a new issue