Skip to content
Snippets Groups Projects
Commit df3bbe07 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf Committed by Hugo Beauzée-Luyssen
Browse files

iOS: Fix wrong log information

parent 374a7cf6
No related branches found
No related tags found
1 merge request!836iOS: Fix wrong log information
Pipeline #152944 passed with stage
in 14 minutes
......@@ -415,7 +415,7 @@ Pause (audio_output_t *p_aout, bool pause, vlc_tick_t date)
{
err = AudioOutputUnitStop(p_sys->au_unit);
if (err != noErr)
ca_LogErr("AudioOutputUnitStart failed");
ca_LogErr("AudioOutputUnitStop failed");
avas_SetActive(p_aout, false, 0);
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment