fix: signal output update

pull/1933/head
luhaoling 2 years ago
parent 2711029a98
commit 04ec141b4b

@ -53,5 +53,5 @@ func ExitWithError(err error) {
func SIGTERMExit() {
progName := filepath.Base(os.Args[0])
fmt.Printf("%s receive process terminal SIGTERM exit 0", progName)
fmt.Printf("\n\n%s receive process terminal SIGTERM exit 0\n\n", progName)
}

Loading…
Cancel
Save