We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15950ff commit 0af6535Copy full SHA for 0af6535
includes/batch.inc
@@ -282,7 +282,7 @@ function _drush_batch_worker() {
282
283
// If we are in progressive mode, break processing after 1 second.
284
if (drush_memory_limit() > 0 && (memory_get_usage() * 2) >= drush_memory_limit()) {
285
- Drush::logger()->notice(dt("Batch process has consumed in excess of 50% of available memory. Starting new thread"), LogLevel::BATCH);
+ Drush::logger()->notice(dt("Batch process has consumed in excess of 50% of available memory. Starting new thread"));
286
// Record elapsed wall clock time.
287
$current_set['elapsed'] = round((microtime(TRUE) - $current_set['start']) * 1000, 2);
288
break;
0 commit comments