Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix for review
Browse files Browse the repository at this point in the history
  • Loading branch information
cuba committed Mar 14, 2023
1 parent 003beee commit 2e7ebd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Brave/WebFilters/AdBlockEngineManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public actor AdBlockEngineManager: Sendable {
private extension AdBlockEngineManager {
/// A method that logs info on the given resources
func debug(compiledResults: [ResourceWithVersion: Result<Void, Error>]) {
log.debug("Loaded \(compiledResults.count, privacy: .public) (total) engine resources:")
log.debug("Loaded \(compiledResults.count, privacy: .private) (total) engine resources:")

compiledResults.sorted(by: { $0.key.order < $1.key.order })
.forEach { (resourceWithVersion, compileResult) in
Expand Down

0 comments on commit 2e7ebd6

Please sign in to comment.