Skip to content

Commit

Permalink
Merge pull request #3195 from couchbase/CBL-4985
Browse files Browse the repository at this point in the history
CBL-4985: Remap Changes LiteCore Log Domain to Database Domain
  • Loading branch information
velicuvlad authored Oct 31, 2023
2 parents 9fa964a + dc44dd6 commit 335339e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Objective-C/CBLLog.mm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static CBLLogDomain toCBLLogDomain(C4LogDomain domain) {
@"Query": @(kCBLLogDomainQuery),
@"Sync": @(kCBLLogDomainReplicator),
@"SyncBusy": @(kCBLLogDomainReplicator),
@"Changes": @(kCBLLogDomainReplicator),
@"Changes": @(kCBLLogDomainDatabase),
@"BLIP": @(kCBLLogDomainNetwork),
@"WS": @(kCBLLogDomainNetwork),
@"BLIPMessages": @(kCBLLogDomainNetwork),
Expand Down

0 comments on commit 335339e

Please sign in to comment.