log like, anything at all
This commit is contained in:
parent
9fecb9685c
commit
d5d5679b21
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -150,7 +150,7 @@ func main() {
|
||||||
for sig := range c {
|
for sig := range c {
|
||||||
if sig == os.Interrupt {
|
if sig == os.Interrupt {
|
||||||
if err := tunsocks.Cleanup(); err != nil {
|
if err := tunsocks.Cleanup(); err != nil {
|
||||||
log.Println(err.Error())
|
panic(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue