From ee9dda5017607b79df7537bdd30b572e26ee4156 Mon Sep 17 00:00:00 2001 From: jason yang Date: Mon, 25 Sep 2023 08:32:25 +0000 Subject: [PATCH] fix source issue Signed-off-by: jason yang --- internal/app/starter/master_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/app/starter/master_linux.go b/internal/app/starter/master_linux.go index 35623c1d2d..d060c9b36a 100644 --- a/internal/app/starter/master_linux.go +++ b/internal/app/starter/master_linux.go @@ -43,7 +43,7 @@ func createContainer(ctx context.Context, rpcSocket int, containerPid int, e *en pushgateway, err := metric.New() if err != nil { - sylog.Debugf("Failed to establish connection to pushgateway, err: %w", err) + sylog.Debugf("Failed to establish connection to pushgateway, err: %s", err) } e.Common.PushgatewaySocket = pushgateway