@@ -166,7 +166,7 @@ |
||
| 166 | 166 | foreach ($batches as $batch) { |
| 167 | 167 | $n = BoincWorkunit::count("batch=$batch->id"); |
| 168 | 168 | if ($n == 0) { |
| 169 | - echo "Batch $batch->id has no jobs\n"; |
|
| 169 | + echo "batch $batch->id has no jobs\n"; |
|
| 170 | 170 | retire_batch($batch); |
| 171 | 171 | } |
| 172 | 172 | } |