Merge pull request #23933 from yp-engineering/service-log-typo
Fixing typo on service log output. Upstream-commit: b73b303b1c974ea6d168eebdc2011b0802999ff1 Component: engine
This commit is contained in:
@ -109,7 +109,7 @@ func (sr *swarmRouter) createService(ctx context.Context, w http.ResponseWriter,
|
||||
|
||||
id, err := sr.backend.CreateService(service)
|
||||
if err != nil {
|
||||
logrus.Errorf("Error reating service %s: %v", id, err)
|
||||
logrus.Errorf("Error creating service %s: %v", id, err)
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user