aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index 2652f4513..12d5872b7 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -1048,7 +1048,8 @@ var linuxOopses = []*oops{
},
{
title: compile("WARNING: .* at {{SRC}} {{FUNC}}"),
- fmt: "WARNING in %[2]v",
+ fmt: "WARNING in %[3]v",
+ stack: warningStackFmt(),
},
{
title: compile("WARNING: possible circular locking dependency detected"),