diff --git a/hitless/notification_handler.go b/hitless/notification_handler.go index 9dc4b680..dd2a09d1 100644 --- a/hitless/notification_handler.go +++ b/hitless/notification_handler.go @@ -171,7 +171,8 @@ func (snh *NotificationHandler) handleMigrating(ctx context.Context, handlerCtx // Apply relaxed timeout to this specific connection if snh.manager.config.LogLevel >= 3 { // Debug level internal.Logger.Printf(ctx, "hitless: conn[%d] applying relaxed timeout (%v) for MIGRATING notification", - snh.manager.config.RelaxedTimeout, conn.GetID()) + conn.GetID(), + snh.manager.config.RelaxedTimeout) } conn.SetRelaxedTimeout(snh.manager.config.RelaxedTimeout, snh.manager.config.RelaxedTimeout) return nil