Skip to content

Commit

Permalink
add some log
Browse files Browse the repository at this point in the history
  • Loading branch information
tonny-zhang committed Dec 27, 2021
1 parent dc9800b commit 0da7312
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion router.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,9 @@ func (router *Router) Stop(ctx context.Context) (e error) {
}

e = router.srv.Shutdown(ctx)

debugPrint("exit http")
}
fmt.Println("退出", e)
return
}

Expand Down

0 comments on commit 0da7312

Please sign in to comment.