mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Log failure
This commit is contained in:
parent
728d1723b4
commit
5e0c3ed403
1 changed files with 3 additions and 0 deletions
|
@ -948,7 +948,10 @@ static int rarch_main_iterate_http_poll(void)
|
|||
g_extern.http_handle = net_http_new(url);
|
||||
|
||||
if (!g_extern.http_handle)
|
||||
{
|
||||
RARCH_ERR("Could not create new HTTP session handle.\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
g_extern.http_cb = net_http_get_pending_cb();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue