mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Drop extra character
PiperOrigin-RevId: 254237530
This commit is contained in:
committed by
gVisor bot
parent
7e49515696
commit
b46ec3704b
@@ -117,7 +117,7 @@ func New(conf *boot.Config, args *Args) (*Sandbox, error) {
|
||||
// occurs. Any errors occurring during cleanup itself are ignored.
|
||||
c := specutils.MakeCleanup(func() {
|
||||
err := s.destroy()
|
||||
log.Warningf("error Ndestroying sandbox: %v", err)
|
||||
log.Warningf("error destroying sandbox: %v", err)
|
||||
})
|
||||
defer c.Clean()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user