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