Skip to content

Commit

Permalink
log fallback value
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Oct 16, 2024
1 parent 0ea8a74 commit f2381af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/wrappers/CioRctWrapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class CioRctWrapper: NSObject {
MessagingInApp.initialize(withConfig: inAppConfig)
MessagingInApp.shared.setEventListener(self)
}
logger.debug("Customer.io SDK (\(packageSource ?? "nil") \(packageVersion ?? "nil")) initialized with config: \(configJson)")
logger.debug("Customer.io SDK (\(packageSource ?? "") \(packageVersion ?? "")) initialized with config: \(configJson)")
} catch {
logger.error("Initializing Customer.io SDK failed with error: \(error)")
}
Expand Down

0 comments on commit f2381af

Please sign in to comment.