Skip to content

Commit

Permalink
docs(bigtable): Adding shut down log (googleapis#11293)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhshkh authored Dec 17, 2024
1 parent d4f2449 commit 6cf33a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bigtable/cmd/emulator/cbtemulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func main() {
fmt.Printf("Cloud Bigtable emulator running on %s\n", srv.Addr)
select {
case <-ctx.Done():
fmt.Printf("Cloud Bigtable emulator running on %s is now shutting down\n", srv.Addr)
srv.Close()
stop()
}
Expand Down

0 comments on commit 6cf33a8

Please sign in to comment.