Fixing typo on service log output.
Signed-off-by: Adam Avilla <aavilla@yp.com>
This commit is contained in:
parent
86d5c7e759
commit
7cc6fe5758
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)
|
||||
if err != nil {
|
||||
logrus.Errorf("Error reating service %s: %v", id, err)
|
||||
logrus.Errorf("Error creating service %s: %v", id, err)
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue