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.