diff options
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 |
