mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix typos
PiperOrigin-RevId: 314415253
This commit is contained in:
committed by
gVisor bot
parent
b062821d3e
commit
43279c6734
@@ -328,8 +328,8 @@ func (w *Watchdog) reportStuckWatchdog() {
|
||||
}
|
||||
|
||||
// doAction will take the given action. If the action is LogWarning, the stack
|
||||
// is not always dumpped to the log to prevent log flooding. "forceStack"
|
||||
// guarantees that the stack will be dumped regarless.
|
||||
// is not always dumped to the log to prevent log flooding. "forceStack"
|
||||
// guarantees that the stack will be dumped regardless.
|
||||
func (w *Watchdog) doAction(action Action, forceStack bool, msg *bytes.Buffer) {
|
||||
switch action {
|
||||
case LogWarning:
|
||||
|
||||
Reference in New Issue
Block a user