mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Amend 02e446af
: Change log-output to better parse urls
This commit is contained in:
parent
9cfa55d231
commit
bf8fbd9fa2
@ -228,6 +228,10 @@ for (my $i = 0; $i < $NR_JOBS; $i++) { # Number of subprocesses
|
||||
if ($res || $checkSelectedOnly) {
|
||||
printx("$err_txt \"$u\"\n", $outSum, $fe, $fs);
|
||||
}
|
||||
else {
|
||||
printx("OK url: \"$u\"\n", $outSum, $fe, $fs);
|
||||
$printSourceFiles = 1;
|
||||
}
|
||||
if ($printSourceFiles) {
|
||||
if (defined($URLS{$u})) {
|
||||
for my $f (sort keys %{$URLS{$u}}) {
|
||||
|
Loading…
Reference in New Issue
Block a user