Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
eparker-tulip committed Oct 2, 2024
1 parent 4bc423b commit 35885fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oplog/tail.go
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ func (tailer *Tailer) parseRawOplogEntry(entry rawOplogEntry, txIdx *uint) []opl
if ok {
out.DocID = oidString
} else {
log.Log.Error("failed to get objectId: _id is not ObjectID or String type")
log.Log.Error("failed to get objectId: _id is not ObjectID or String type", idLookup.String())
return nil
}
}
Expand Down

0 comments on commit 35885fe

Please sign in to comment.