Fixing typo on service log output.

Signed-off-by: Adam Avilla <aavilla@yp.com>
(cherry picked from commit 7cc6fe5758)
This commit is contained in:
Adam Avilla 2016-06-23 14:54:40 -07:00 committed by Tibor Vass
parent b6b262d8bb
commit 5c1a76f8da

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
}