aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mgc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/mgc.go')
-rw-r--r--src/runtime/mgc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/mgc.go b/src/runtime/mgc.go
index e0818d6441..8731dd8511 100644
--- a/src/runtime/mgc.go
+++ b/src/runtime/mgc.go
@@ -1136,7 +1136,7 @@ func gc(mode int) {
var sbuf [24]byte
printlock()
- print("gc #", memstats.numgc,
+ print("gc ", memstats.numgc,
" @", string(itoaDiv(sbuf[:], uint64(tSweepTerm-runtimeInitTime)/1e6, 3)), "s ",
util, "%: ")
prev := tSweepTerm