better log if audio error

This commit is contained in:
Benjamin Reis 2017-03-02 14:14:19 +01:00
parent 214611dce3
commit 23d5b11186

View file

@ -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);
}
}