summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2017-09-17 16:19:47 +0800
committerruki <[email protected]>2017-09-17 16:19:47 +0800
commitca273d79459b563d649e7fdfea0b2a472f6ef4ca (patch)
tree59dcb3f7cfbce6557a15e927a7248aef24a12056 /xmake/modules
parent5ea8f65e53f4903852a4490a9b25d6b1fff6ce83 (diff)
improve package urls and speed up fetching refs
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/net/ping.lua3
1 files changed, 3 insertions, 0 deletions
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