mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
Log failure
This commit is contained in:
parent
728d1723b4
commit
5e0c3ed403
@ -948,7 +948,10 @@ static int rarch_main_iterate_http_poll(void)
|
|||||||
g_extern.http_handle = net_http_new(url);
|
g_extern.http_handle = net_http_new(url);
|
||||||
|
|
||||||
if (!g_extern.http_handle)
|
if (!g_extern.http_handle)
|
||||||
|
{
|
||||||
|
RARCH_ERR("Could not create new HTTP session handle.\n");
|
||||||
return -1;
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
g_extern.http_cb = net_http_get_pending_cb();
|
g_extern.http_cb = net_http_get_pending_cb();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user