Skip to content

Commit 2c4bad8

Browse files
Yuan325averikitsch
andcommitted
Update cmd/internal/serve/command.go
Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent 7deb353 commit 2c4bad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/internal/serve/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func runServe(cmd *cobra.Command, opts *internal.ToolboxOptions) error {
5858
case syscall.SIGINT:
5959
opts.Logger.DebugContext(sCtx, "Received SIGINT signal to shutdown.")
6060
case syscall.SIGTERM:
61-
opts.Logger.DebugContext(sCtx, "Sending SIGTERM signal to shutdown.")
61+
opts.Logger.DebugContext(sCtx, "Received SIGTERM signal to shutdown.")
6262
}
6363
cancel()
6464
}(ctx)

0 commit comments

Comments
 (0)