Skip to content

Commit

Permalink
Update RefdsLoggerTag.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelesantos committed Jun 18, 2024
1 parent af5c1a8 commit 24edcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/RefdsShared/Logger/RefdsLoggerTag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public enum RefdsLoggerTag: RefdsModel {
}

public func console(
bundle: String? = Bundle.main.bundleIdentifier,
bundle: String? = Bundle.module.bundleIdentifier,
file: String = #file,
line: Int = #line,
function: String = #function
Expand Down

0 comments on commit 24edcbf

Please sign in to comment.