Révision de047e8f
[boinc_projs] fix typo
the problem was introduced in 1568bf67ea34b1ae59d3846a66f106ebce5702a4
| plugins/boinc/boinc_projs | ||
|---|---|---|
| 150 | 150 |
my $acttask = $acttask[0]; |
| 151 | 151 |
$acttask =~ s/^\s+active_task_state: //; |
| 152 | 152 |
if (( ($schedstat eq "2") && ($state eq "2") && ($acttask eq "1") ) || |
| 153 |
( ($schedstate eq "scheduled") && ($state eq "downloaded") && ($acttask eq "EXECUTING") )) {
|
|
| 153 |
( ($schedstat eq "scheduled") && ($state eq "downloaded") && ($acttask eq "EXECUTING") )) {
|
|
| 154 | 154 |
# This is running task |
| 155 | 155 |
$projects{$url}->{prj_running} += 1;
|
| 156 | 156 |
} |
Formats disponibles : Unified diff