This commit is contained in:
sillyguodong 2023-06-05 18:35:34 +08:00
parent 5d4e8cb73d
commit 4dd6a5536d
No known key found for this signature in database
GPG key ID: 4A0646FA86256DF4

View file

@ -224,7 +224,7 @@ func (r *Runner) Declare(ctx context.Context, labels []string) error {
if err != nil {
return err
}
log.Info("runner [%s], with version: [%s], with labels: [%v], declare successfully",
log.Infof("runner: %s, with version: %s, with labels: %v, declare successfully",
resp.Msg.Runner.Name, resp.Msg.Runner.Version, resp.Msg.Runner.Labels)
return nil
}