Log reconnect events as such.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 60c67793a7
commit 8454c7dc2f

@ -550,6 +550,8 @@ protocol CallServiceObserver: class {
self.fulfillCallConnectedPromise?()
case .remoteRinging:
Logger.info("\(TAG) call alreading ringing. Ignoring \(#function)")
case .connected:
Logger.info("\(TAG) Call reconnected \(#function)")
default:
Logger.debug("\(TAG) unexpected call state for \(#function): \(call.state)")
}

Loading…
Cancel
Save