diff --git a/lib/service/service.go b/lib/service/service.go index 4815079380bdf..8076d92650822 100644 --- a/lib/service/service.go +++ b/lib/service/service.go @@ -997,7 +997,7 @@ func NewTeleport(cfg *servicecfg.Config) (*TeleportProcess, error) { Clock: cfg.Clock, }) if err != nil { - cfg.Logger.ErrorContext(supervisor.ExitContext(), "Cloud labels will not be imported", "error", err) + cfg.Logger.ErrorContext(supervisor.ExitContext(), "Cloud labels will not be imported.", "error", err) } }