Skip to content

Commit

Permalink
Logging cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcfraser committed Dec 20, 2024
1 parent 8103e8e commit 1fc5ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topologytest/hlv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func deleteConflictDocs(t *testing.T, dsName base.ScopeAndCollectionName, peers
t.Logf("Don't include deleteVersion from Couchbase Lite peers when determining lastWrite %s, CBG-4432", peerName)
continue
}
t.Logf("deleteVersion on peer %s: %+v, implicit version: %+v", peerName, deleteVersion, deleteVersion.ImplicitHLV)
t.Logf("deleteVersion on peer %s: %+v", peerName, deleteVersion)
documentVersion = append(documentVersion, BodyAndVersion{docMeta: deleteVersion, updatePeer: peerName})
}
index := len(documentVersion) - 1
Expand Down

0 comments on commit 1fc5ca9

Please sign in to comment.