From 39b3d63172080350153aa3aa512dd2a4ad857e8b Mon Sep 17 00:00:00 2001 From: Juana De La Cuesta Date: Wed, 23 Apr 2025 23:18:02 +0200 Subject: [PATCH] Update command/agent/command.go Co-authored-by: Tim Gross --- command/agent/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/command.go b/command/agent/command.go index 8a55e954c..1cafecfc2 100644 --- a/command/agent/command.go +++ b/command/agent/command.go @@ -1032,7 +1032,7 @@ func (c *Command) handleSignals() int { switch sig { case syscall.SIGPIPE: - // Skip any SIGPIPE signal and don't try to log it (See issues #1798, #3554) + // Skip any SIGPIPE signal (see issues #1798, #3554) continue case syscall.SIGHUP: sdNotifyReloading(sdSock)