Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -284,7 +284,7 @@ func (h *handler) Execute(_ []string, r <-chan svc.ChangeRequest, s chan<- svc.S |
| 284 | 284 |
// Wait for initialization to complete. |
| 285 | 285 |
failed := <-h.tosvc |
| 286 | 286 |
if failed {
|
| 287 |
- logrus.Debug("Aborting service start due to failure during initializtion")
|
|
| 287 |
+ logrus.Debug("Aborting service start due to failure during initialization")
|
|
| 288 | 288 |
return true, 1 |
| 289 | 289 |
} |
| 290 | 290 |
|