We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce075c commit 6abb109Copy full SHA for 6abb109
Modules/Sources/Yosemite/Tools/POS/POSCatalogPersistenceService.swift
@@ -82,7 +82,7 @@ final class POSCatalogPersistenceService: POSCatalogPersistenceServiceProtocol {
82
}
83
84
func persistIncrementalCatalogData(_ catalog: POSCatalog, siteID: Int64) async throws {
85
- DDLogInfo("💾 Persisting incremental catalog with \(catalog.products.count) products and \(catalog.variations.count) variations")
+ DDLogInfo("💾 Persisting incremental catalog with \(catalog.products.count) updated products and \(catalog.variations.count) updated variations")
86
87
try await grdbManager.databaseConnection.write { db in
88
for product in catalog.productsToPersist {
0 commit comments