Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
sclevine committed Nov 26, 2024
1 parent 67544dd commit 9e1c68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/autoupdate/agent/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9e1c68c

Please sign in to comment.