Skip to content

Commit

Permalink
Move HTTP request logging to infostream (#8526)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClobberXD authored and paramat committed May 12, 2019
1 parent 8e3b63b commit 06a749c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/lua_api/l_http.cpp
Expand Up @@ -94,7 +94,7 @@ int ModApiHttp::l_http_fetch_async(lua_State *L)
HTTPFetchRequest 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);

// Convert handle to hex string since lua can't handle 64-bit integers
Expand Down

0 comments on commit 06a749c

Please sign in to comment.