Log failure

This commit is contained in:
twinaphex 2015-01-23 23:54:18 +01:00
parent 728d1723b4
commit 5e0c3ed403

View File

@ -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();