Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 7, 2024
1 parent f305ca6 commit 2b71ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m3u8download.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ static int m3u8download_pollqueue(
if (running) {
mc = curl_multi_poll(curl_multi, NULL, 0, 1000, NULL);
}

printf("running -> %i | mc -> %i\n", running, mc);
if (mc != CURLM_OK) {
err = M3U8ERR_CURLM_ADD_FAILURE;
goto end;
Expand Down

0 comments on commit 2b71ae3

Please sign in to comment.