Skip to content

Commit

Permalink
match warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
guregu committed Jul 9, 2023
1 parent deba585 commit b0aa484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ func (itr *scanIter) LastEvaluatedKey() PagingKey {
// this matches old behavior before the LEK was automatically generated
// TODO(v2): fix this.
if err != nil {
itr.scan.table.db.log("Warning:", err, "Returning a later LastEvaluatedKey.")
itr.scan.table.db.log("dynamo: Warning:", err, "Returning a later LastEvaluatedKey.")
return itr.output.LastEvaluatedKey
}
return lek
Expand Down

0 comments on commit b0aa484

Please sign in to comment.