summaryrefslogtreecommitdiff
path: root/src/operations/withdraw.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/operations/withdraw.ts')
-rw-r--r--src/operations/withdraw.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/operations/withdraw.ts b/src/operations/withdraw.ts
index b89dac776..91e4ff1d8 100644
--- a/src/operations/withdraw.ts
+++ b/src/operations/withdraw.ts
@@ -522,6 +522,7 @@ async function processInBatches(workGen: Iterator<Promise<void>>, batchSize: num
if (batch.length == 0) {
break;
}
+ logger.trace(`processing withdrawal batch of ${batch.length} elements`);
await Promise.all(batch);
}
}