Log a debug message when importing default feeds.
This commit is contained in:
parent
17662ef337
commit
4ddf886012
|
@ -18,6 +18,7 @@ struct DefaultFeedsImporter {
|
|||
static func importIfNeeded(_ firstRun: Bool, account: Account) {
|
||||
|
||||
if shouldImportDefaultFeeds(firstRun) {
|
||||
appDelegate.logDebugMessage("Importing default feeds.")
|
||||
FeedsImporter.importFeeds(defaultFeeds(), account: account)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue