mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-05 14:27:17 +01:00
Fix log category name
This commit is contained in:
parent
7a9ad97b32
commit
f924eb91ff
@ -13,7 +13,7 @@ import RSParser
|
||||
|
||||
final class OPMLFile: NSObject, NSFilePresenter {
|
||||
|
||||
private var log = OSLog(subsystem: Bundle.main.bundleIdentifier!, category: "account")
|
||||
private var log = OSLog(subsystem: Bundle.main.bundleIdentifier!, category: "opmlFile")
|
||||
|
||||
private var isDirty = false {
|
||||
didSet {
|
||||
|
Loading…
Reference in New Issue
Block a user