Merge pull request #23933 from yp-engineering/service-log-typo

Fixing typo on service log output.
This commit is contained in:
Sebastiaan van Stijn 2016-06-24 11:56:31 -07:00 committed by GitHub
commit b73b303b1c
1 changed files with 1 additions and 1 deletions

View File

@ -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
}