Move HTTP request logging to infostream (#8526)
authorANAND ︻气デ═一 <ClobberXD@gmail.com>
Sun, 12 May 2019 16:55:15 +0000 (22:25 +0530)
committerParamat <paramat@users.noreply.github.com>
Sun, 12 May 2019 16:55:14 +0000 (17:55 +0100)
src/script/lua_api/l_http.cpp

index ac261cd6038d4ff8039a0a33a210092aecde71ac..f27f789ada3966708ef460f91f4ce1ffbe3f53b3 100644 (file)
@@ -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