From 9778a31e29074defac3bcaaa5e0d8011e1bc385e Mon Sep 17 00:00:00 2001 From: Juana De La Cuesta Date: Wed, 23 Apr 2025 23:18:09 +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 1cafecfc2..31178e59d 100644 --- a/command/agent/command.go +++ b/command/agent/command.go @@ -1038,7 +1038,7 @@ func (c *Command) handleSignals() int { sdNotifyReloading(sdSock) err := c.handleReload() if err != nil { - c.Ui.Output("Terminal error found while reloading") + c.Ui.Error(fmt.Sprintf("Fatal error while reloading: %v", err) return 1 }