Respond to CR.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-02-03 11:31:31 -05:00
parent 52ba5c1325
commit 581ba937f4

View file

@ -47,7 +47,7 @@ extension CallUIAdaptee {
AssertIsOnMainThread()
guard self.callService.call == nil else {
Logger.debug("unexpectedly found an existing call when trying to start outgoing call: \(recipientId)")
Logger.info("unexpectedly found an existing call when trying to start outgoing call: \(recipientId)")
return
}