diff --git a/tap/passive_tapper.go b/tap/passive_tapper.go index aef200430..5e42cb9eb 100644 --- a/tap/passive_tapper.go +++ b/tap/passive_tapper.go @@ -371,7 +371,7 @@ func startPassiveTapper(outputItems chan *api.OutputChannelItem, allExtensionPor memStats := runtime.MemStats{} runtime.ReadMemStats(&memStats) log.Printf( - "mem: %d, goroutines: %d, unmatched messages:", + "mem: %d, goroutines: %d", memStats.HeapAlloc, runtime.NumGoroutine(), )