diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-06-11 06:25:35 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-11 06:25:35 +0000 |
commit | 1db18f0066f8318aadc4f924319fe5decce196ba (patch) | |
tree | 77a771b56e8577a39f66e1ad029def67788dd56d /pkg/sentry/watchdog | |
parent | 75e892c80dce1be97d1a98a368e6e0ae47768e86 (diff) | |
parent | a87c74bc548b1eebc9a118fcc192d906b9fb2e39 (diff) |
Merge release-20200522.0-128-ga87c74bc5 (automated)
Diffstat (limited to 'pkg/sentry/watchdog')
-rw-r--r-- | pkg/sentry/watchdog/watchdog.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/watchdog/watchdog.go b/pkg/sentry/watchdog/watchdog.go index e2894f9f5..748273366 100644 --- a/pkg/sentry/watchdog/watchdog.go +++ b/pkg/sentry/watchdog/watchdog.go @@ -329,7 +329,7 @@ func (w *Watchdog) report(offenders map[*kernel.Task]*offender, newTaskFound boo func (w *Watchdog) reportStuckWatchdog() { var buf bytes.Buffer - buf.WriteString("Watchdog goroutine is stuck:") + buf.WriteString("Watchdog goroutine is stuck") w.doAction(w.TaskTimeoutAction, false, &buf) } |