Merge branch 'mkirk/log-when-stating-token-sync'

This commit is contained in:
Matthew Chen 2017-07-04 09:12:10 -04:00
commit 7ffb0d98ec

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.