Skip to content

Commit

Permalink
fix source issue
Browse files Browse the repository at this point in the history
Signed-off-by: jason yang <jasonyangshadow@gmail.com>
  • Loading branch information
JasonYangShadow committed Sep 25, 2023
1 parent d882f4a commit ee9dda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/starter/master_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ee9dda5

Please sign in to comment.