From 56821818d56fd848ea1b1bed031d5e8f9d4647ab Mon Sep 17 00:00:00 2001 From: Harsh Rawat Date: Tue, 11 Aug 2026 01:08:09 +0530 Subject: [PATCH] test commit Signed-off-by: Harsh Rawat --- internal/controller/migration/controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/controller/migration/controller.go b/internal/controller/migration/controller.go index e563f11272..d7a95e5924 100644 --- a/internal/controller/migration/controller.go +++ b/internal/controller/migration/controller.go @@ -430,7 +430,7 @@ func (c *Controller) Cancel(ctx context.Context, sessionID string) error { } c.state = next - log.G(ctx).WithError(err).Info("migration session cancellation") + log.G(ctx).WithError(err).WithField("State", c.state).Info("migration session cancellation") return err }