Removed print statement when unpacking
This commit is contained in:
2
pcurse
2
pcurse
@ -76,6 +76,7 @@ while(scalar(keys %jobs)) {
|
||||
print '.';
|
||||
} else {
|
||||
if(exists($jobs{$jobid}->{'retried'})) {
|
||||
print 'E';
|
||||
push(@errors,'Error during check: '.$jres->{'addon'}->{'name'})
|
||||
} else {
|
||||
print '|';
|
||||
@ -116,7 +117,6 @@ while(scalar(keys %jobs)) {
|
||||
$pool->shutdown;
|
||||
print "\n";
|
||||
|
||||
say 'Unpacking updates ' if(scalar(keys %tounpack));
|
||||
foreach my $unpacking(keys %tounpack) {
|
||||
my $id = $tounpack{$unpacking}->[0];
|
||||
my $file = $tounpack{$unpacking}->[1];
|
||||
|
||||
Reference in New Issue
Block a user