newline should be on output.

This commit is contained in:
Bradley M. Kuhn 2018-07-22 15:09:36 -07:00
parent eb52743036
commit def7498189

View file

@ -193,7 +193,7 @@ while (my $file = readdir $dh) {
# Find the ticket number for this intern.
my $entity = LedgerTagFromTicket($ticket, 'Entity');
if (not defined $entity) {
print STDERR "\"$file\": \"$ticket\": Skipping: cannot determine Entity from ticket." ;
print STDERR "\"$file\": \"$ticket\": Skipping: cannot determine Entity from ticket.\n" ;
next;
}