mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #23933 from yp-engineering/service-log-typo
Fixing typo on service log output.
This commit is contained in:
commit
b73b303b1c
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ func (sr *swarmRouter) createService(ctx context.Context, w http.ResponseWriter,
|
||||||
|
|
||||||
id, err := sr.backend.CreateService(service)
|
id, err := sr.backend.CreateService(service)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
logrus.Errorf("Error reating service %s: %v", id, err)
|
logrus.Errorf("Error creating service %s: %v", id, err)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue