diff --git a/lib/autoupdate/agent/setup.go b/lib/autoupdate/agent/setup.go index 797ab9680b365..d180576c2a940 100644 --- a/lib/autoupdate/agent/setup.go +++ b/lib/autoupdate/agent/setup.go @@ -293,7 +293,7 @@ func (ns *Namespace) replaceTeleportService(cfg []byte) []byte { } func (ns *Namespace) LogWarning(ctx context.Context) { - ns.log.WarnContext(ctx, "Custom namespace specified. Teleport data_dir must be configured in the config file.", + ns.log.WarnContext(ctx, "Custom install suffix specified. Teleport data_dir must be configured in the config file.", "data_dir", ns.dataDir, "path", ns.linkDir, "config", ns.configFile,