Skip to content

Commit 7d0379c

Browse files
committed
show full event
1 parent 6bab15a commit 7d0379c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/verifier/change_stream.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ type UnknownEventError struct {
4444
}
4545

4646
func (uee UnknownEventError) Error() string {
47-
return fmt.Sprintf("Unknown event type: %#q", uee.Event.OpType)
47+
return fmt.Sprintf("Received event with unknown optype: %+v", uee.Event)
4848
}
4949

5050
// HandleChangeStreamEvent performs the necessary work for change stream events that occur during

0 commit comments

Comments
 (0)