mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add very bad Audio Output Buffer on Android
This commit is contained in:
parent
3330f010b2
commit
ab0f065de6
2 changed files with 117 additions and 18 deletions
|
@ -578,7 +578,7 @@ static ChiakiErrorCode ctrl_connect(ChiakiCtrl *ctrl)
|
|||
if(err != CHIAKI_ERR_SUCCESS)
|
||||
{
|
||||
if(err != CHIAKI_ERR_CANCELED)
|
||||
CHIAKI_LOGE(session->log, "Failed to receive ctrl request response");
|
||||
CHIAKI_LOGE(session->log, "Failed to receive ctrl request response: %s", chiaki_error_string(err));
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue