Skip to content

Commit 6abb109

Browse files
committed
Update catalog logs to be clear that incremental catalog is persisted only with updated products
1 parent 1ce075c commit 6abb109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Sources/Yosemite/Tools/POS/POSCatalogPersistenceService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ final class POSCatalogPersistenceService: POSCatalogPersistenceServiceProtocol {
8282
}
8383

8484
func persistIncrementalCatalogData(_ catalog: POSCatalog, siteID: Int64) async throws {
85-
DDLogInfo("💾 Persisting incremental catalog with \(catalog.products.count) products and \(catalog.variations.count) variations")
85+
DDLogInfo("💾 Persisting incremental catalog with \(catalog.products.count) updated products and \(catalog.variations.count) updated variations")
8686

8787
try await grdbManager.databaseConnection.write { db in
8888
for product in catalog.productsToPersist {

0 commit comments

Comments
 (0)