Skip to content

Commit f9521e4

Browse files
author
Steven de Salas
committed
Minor wording improvements.
1 parent 3199070 commit f9521e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dynamo-restore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ DynamoRestore.prototype._sendBatch = function() {
315315
var unprocessedItems = data && data.UnprocessedItems && data.UnprocessedItems[options.table] || [];
316316
if (unprocessedItems.length) {
317317
// Retry unprocessed items
318-
this.emit('warning', 'Retrying ' + unprocessedItems.length + ' unprocessed items');
318+
this.emit('warning', unprocessedItems.length + ' unprocessed items. Add to queue and back off a bit.');
319319
this.batches.push({
320320
items: unprocessedItems,
321321
attempts: batch.attempts + 1

0 commit comments

Comments
 (0)