chore: prompt

This commit is contained in:
mzz2017
2023-03-13 14:25:14 +08:00
parent 6736979c57
commit 3b8ae5eb18
2 changed files with 4 additions and 2 deletions

View File

@ -169,6 +169,7 @@ loop:
// Ready to close.
oldC.Close()
default:
log.Infof("Received signal: %v", sig.String())
break loop
}
}