summaryrefslogtreecommitdiff
path: root/sigtrap_posix.go
diff options
context:
space:
mode:
Diffstat (limited to 'sigtrap_posix.go')
-rw-r--r--sigtrap_posix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigtrap_posix.go b/sigtrap_posix.go
index 0e4dda3..d5a03a9 100644
--- a/sigtrap_posix.go
+++ b/sigtrap_posix.go
@@ -39,7 +39,7 @@ func trapSignalsPosix() {
os.Exit(ExitCodeForceQuit)
case syscall.SIGTERM:
- Log().Info("shutting down apps then terminating", zap.String("signal", "SIGTERM"))
+ Log().Info("shutting down apps, then terminating", zap.String("signal", "SIGTERM"))
exitProcessFromSignal("SIGTERM")
case syscall.SIGUSR1: