summaryrefslogtreecommitdiffhomepage
path: root/pkg/refs
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/refs')
-rw-r--r--pkg/refs/refcounter.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/refs/refcounter.go b/pkg/refs/refcounter.go
index 7fe42d8ff..8c3e3d5ab 100644
--- a/pkg/refs/refcounter.go
+++ b/pkg/refs/refcounter.go
@@ -237,9 +237,9 @@ func (l LeakMode) String() string {
case NoLeakChecking:
return "disabled"
case LeaksLogWarning:
- return "warning"
+ return "log-names"
case LeaksLogTraces:
- return "traces"
+ return "log-traces"
default:
panic(fmt.Sprintf("Invalid leakmode: %d", l))
}