From 04ec141b4bddb25a719b2f90dd8b96dec4f98d17 Mon Sep 17 00:00:00 2001 From: luhaoling <2198702716@qq.com> Date: Mon, 19 Feb 2024 16:26:03 +0800 Subject: [PATCH] fix: signal output update --- pkg/util/genutil/genutil.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/genutil/genutil.go b/pkg/util/genutil/genutil.go index 80910b843..10ef7d0e0 100644 --- a/pkg/util/genutil/genutil.go +++ b/pkg/util/genutil/genutil.go @@ -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) }