about summary refs log tree commit diff
path: root/htping.go
diff options
context:
space:
mode:
Diffstat (limited to 'htping.go')
-rw-r--r--htping.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/htping.go b/htping.go
index ae3f196..83c6a5e 100644
--- a/htping.go
+++ b/htping.go
@@ -260,7 +260,7 @@ func stats(results chan result, done chan bool) {
 		case <-done:
 			stop := time.Now()
 			if ntotal > 0 {
-				fmt.Printf("\n%d requests sent, %d (%d%%) responses, %d (%d%%) successful, time %dms\n",
+				fmt.Printf("\n%d requests sent, %d (%d%%) responses, %d (%d%%) successful, time %d ms\n",
 					ntotal,
 					nrecv,
 					(100*nrecv)/int(ntotal),