log when starting token sync in prod

// FREEBIE
This commit is contained in:
Michael Kirk 2017-07-03 16:05:04 -05:00
parent 6719008ed9
commit 964e558139

View File

@ -27,7 +27,7 @@ class SyncPushTokensJob: NSObject {
}
func run() {
Logger.debug("\(TAG) Starting.")
Logger.info("\(TAG) Starting.")
// Required to potentially prompt user for notifications settings
// before `requestPushTokens` will return.