Fix log category name

This commit is contained in:
Maurice Parker 2019-09-13 14:56:24 -05:00
parent 7a9ad97b32
commit f924eb91ff
1 changed files with 1 additions and 1 deletions

View File

@ -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 {