Skip to content

Commit

Permalink
CBG-3739: change incorrect log key for log message in cache code (#6662
Browse files Browse the repository at this point in the history
…) (#6678)
  • Loading branch information
gregns1 authored Feb 9, 2024
1 parent d4b6bf9 commit 732a692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/change_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ func (c *changeCache) DocChanged(event sgbucket.FeedEvent) {

// If this is a delete and there are no xattrs (no existing SG revision), we can ignore
if event.Opcode == sgbucket.FeedOpDeletion && len(docJSON) == 0 {
base.DebugfCtx(ctx, base.KeyImport, "Ignoring delete mutation for %s - no existing Sync Gateway metadata.", base.UD(docID))
base.DebugfCtx(ctx, base.KeyCache, "Ignoring delete mutation for %s - no existing Sync Gateway metadata.", base.UD(docID))
return
}

Expand Down

0 comments on commit 732a692

Please sign in to comment.