From ca273d79459b563d649e7fdfea0b2a472f6ef4ca Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 17 Sep 2017 16:19:47 +0800 Subject: improve package urls and speed up fetching refs --- xmake/modules/net/ping.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xmake/modules') diff --git a/xmake/modules/net/ping.lua b/xmake/modules/net/ping.lua index a3629b193..e87c2cd94 100644 --- a/xmake/modules/net/ping.lua +++ b/xmake/modules/net/ping.lua @@ -84,6 +84,9 @@ function main(hosts, opt) if cacheinfo then cacheinfo[host] = timeval end + + -- trace + vprint("pinging for the host(%s) ... %d ms", host, timeval) end end, catch -- cgit v1.3.1