mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
better log if audio error
This commit is contained in:
parent
214611dce3
commit
23d5b11186
1 changed files with 1 additions and 1 deletions
|
|
@ -2578,7 +2578,7 @@ static int comp_call_state_paused(const LinphoneCall *call, const void *param) {
|
|||
}
|
||||
|
||||
if (err) {
|
||||
LOGE(@"Failed to change audio route: err %d", err.localizedDescription);
|
||||
LOGE(@"Failed to change audio route: err %@", err.localizedDescription);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue