mirror of
https://github.com/minetest/minetest.git
synced 2024-11-30 11:33:44 +01:00
Move HTTP request logging to infostream (#8526)
This commit is contained in:
parent
8e3b63bd28
commit
06a749c386
@ -94,7 +94,7 @@ int ModApiHttp::l_http_fetch_async(lua_State *L)
|
|||||||
HTTPFetchRequest req;
|
HTTPFetchRequest req;
|
||||||
read_http_fetch_request(L, req);
|
read_http_fetch_request(L, req);
|
||||||
|
|
||||||
actionstream << "Mod performs HTTP request with URL " << req.url << std::endl;
|
infostream << "Mod performs HTTP request with URL " << req.url << std::endl;
|
||||||
httpfetch_async(req);
|
httpfetch_async(req);
|
||||||
|
|
||||||
// Convert handle to hex string since lua can't handle 64-bit integers
|
// Convert handle to hex string since lua can't handle 64-bit integers
|
||||||
|
Loading…
Reference in New Issue
Block a user