mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
fix: signal output update
This commit is contained in:
parent
2711029a98
commit
04ec141b4b
@ -53,5 +53,5 @@ func ExitWithError(err error) {
|
|||||||
|
|
||||||
func SIGTERMExit() {
|
func SIGTERMExit() {
|
||||||
progName := filepath.Base(os.Args[0])
|
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…
x
Reference in New Issue
Block a user