log like, anything at all

This commit is contained in:
idk 2018-12-25 05:19:56 -05:00
parent 9fecb9685c
commit d5d5679b21
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1

View file

@ -150,7 +150,7 @@ func main() {
for sig := range c {
if sig == os.Interrupt {
if err := tunsocks.Cleanup(); err != nil {
log.Println(err.Error())
panic(err)
}
}
}