File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1073,7 +1073,9 @@ sub _process_one_chunk($$$$)
10731073
10741074 # "name" will be .gcno if "$initial" else will be $gcda
10751075 my $name = defined ($gcda_file ) ? $gcda_file : $gcno_file ;
1076- info(1, " Processing $name%s \n " , defined ($pid ) ? " in child $pid " : " " . " \n " );
1076+ info(1,
1077+ " Processing $name%s \n " ,
1078+ defined ($pid ) ? " in child $pid " : " " . " \n " );
10771079 my $context = MessageContext-> new(" capturing from $name " );
10781080
10791081 # multiple gcda files may refer to the same source - so generate the
@@ -1516,8 +1518,8 @@ sub gen_info(@)
15161518 $lcovutil::maxParallelism = 1;
15171519 if ($chunk -> [0]) {
15181520 my $num = scalar (@{$chunk -> [1]});
1519- lcovutil::info(" Processing $num file " .
1520- ($num == 1 ? ' ' : ' s' ) .
1521+ lcovutil::info(
1522+ " Processing $num file " . ($num == 1 ? ' ' : ' s' ) .
15211523 " from chunk 0 serially\n " );
15221524 }
15231525 my $now = Time::HiRes::gettimeofday();
You can’t perform that action at this time.
0 commit comments