diff options
| author | ruki <[email protected]> | 2017-09-17 16:19:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-09-17 16:19:47 +0800 |
| commit | ca273d79459b563d649e7fdfea0b2a472f6ef4ca (patch) | |
| tree | 59dcb3f7cfbce6557a15e927a7248aef24a12056 /xmake/modules/net/ping.lua | |
| parent | 5ea8f65e53f4903852a4490a9b25d6b1fff6ce83 (diff) | |
improve package urls and speed up fetching refs
Diffstat (limited to 'xmake/modules/net/ping.lua')
| -rw-r--r-- | xmake/modules/net/ping.lua | 3 |
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 |
