Skip to content

Commit 1599bd5

Browse files
torcolvinCopilot
andauthored
Update rest/utilities_testing_blip_client.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1413ece commit 1599bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/utilities_testing_blip_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2089,7 +2089,7 @@ func (btcc *BlipTesterCollectionClient) addRev(ctx context.Context, docID string
20892089
}
20902090
// if we resolved a conflict, then we might need to push this conflict back
20912091
if winner == localDocWinner {
2092-
base.DebugfCtx(ctx, base.KeySGTest, "Using LWW to resolve a conflicted revision and picking CBL version. Incoming HLV: %#+v, Local HLV %#+v, Result HLV %#+v\n", opts.incomingHLV, localRev.HLV, docRev.HLV)
2092+
base.DebugfCtx(ctx, base.KeySGTest, "Using LWW to resolve a conflicted revision and picking CBL version. Incoming HLV: %#+v, Local HLV %#+v, Result HLV %#+v", opts.incomingHLV, localRev.HLV, docRev.HLV)
20932093
btcc._seqCond.Broadcast()
20942094
}
20952095
}

0 commit comments

Comments
 (0)