fix log
This commit is contained in:
parent
5d4e8cb73d
commit
4dd6a5536d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue