From 339fe60408faec38b1f6c8d4214361dbef4d0016 Mon Sep 17 00:00:00 2001 From: Stephen Levine Date: Thu, 31 Oct 2024 15:57:31 -0400 Subject: [PATCH] fix --- lib/autoupdate/agent/updater.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/autoupdate/agent/updater.go b/lib/autoupdate/agent/updater.go index 35e81fbfe67b3..18983aed8c2e4 100644 --- a/lib/autoupdate/agent/updater.go +++ b/lib/autoupdate/agent/updater.go @@ -504,7 +504,7 @@ func (u *Updater) update(ctx context.Context, cfg *UpdateConfig, targetVersion s u.Log.InfoContext(ctx, "Target version successfully validated.", targetVersionKey, targetVersion) } if v := cfg.Status.BackupVersion; v != "" { - u.Log.InfoContext(ctx, "Backup version set.", "backupVersion", v) + u.Log.InfoContext(ctx, "Backup version set.", backupVersionKey, v) } // Check if manual cleanup might be needed.