projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e3b63b
)
Move HTTP request logging to infostream (#8526)
author
ANAND ︻气デ═一
<ClobberXD@gmail.com>
Sun, 12 May 2019 16:55:15 +0000
(22:25 +0530)
committer
Paramat
<paramat@users.noreply.github.com>
Sun, 12 May 2019 16:55:14 +0000
(17:55 +0100)
src/script/lua_api/l_http.cpp
patch
|
blob
|
history
diff --git
a/src/script/lua_api/l_http.cpp
b/src/script/lua_api/l_http.cpp
index ac261cd6038d4ff8039a0a33a210092aecde71ac..f27f789ada3966708ef460f91f4ce1ffbe3f53b3 100644
(file)
--- a/
src/script/lua_api/l_http.cpp
+++ b/
src/script/lua_api/l_http.cpp
@@
-94,7
+94,7
@@
int ModApiHttp::l_http_fetch_async(lua_State *L)
HTTPFetchRequest req;
read_http_fetch_request(L, req);
-
action
stream << "Mod performs HTTP request with URL " << req.url << std::endl;
+
info
stream << "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