Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Juncen <[email protected]>
  • Loading branch information
YuJuncen authored and ti-chi-bot committed Nov 3, 2024
1 parent 04ca66e commit 67ec099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/utils/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func StartExitSingleListener(ctx context.Context) (context.Context, context.Canc
fmt.Println()
printDelimate(fmt.Sprintf("Got signal %v to exit.", sig))
printDelimate(fmt.Sprintf("Required Goroutine Dump = %v", dumpGoroutine))
if DumpGoroutineWhenExit.Load() {
if dumpGoroutine {
printDelimate("Start Dumping Goroutine")
os.Stdout.Write(AllStackInfo())
printDelimate("End of Dumping Goroutine")
Expand Down

0 comments on commit 67ec099

Please sign in to comment.