Skip to content

Commit 418c1f3

Browse files
committed
fix log order
1 parent e94b0a5 commit 418c1f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hitless/notification_handler.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ func (snh *NotificationHandler) handleMigrating(ctx context.Context, handlerCtx
171171
// Apply relaxed timeout to this specific connection
172172
if snh.manager.config.LogLevel >= 3 { // Debug level
173173
internal.Logger.Printf(ctx, "hitless: conn[%d] applying relaxed timeout (%v) for MIGRATING notification",
174-
snh.manager.config.RelaxedTimeout, conn.GetID())
174+
conn.GetID(),
175+
snh.manager.config.RelaxedTimeout)
175176
}
176177
conn.SetRelaxedTimeout(snh.manager.config.RelaxedTimeout, snh.manager.config.RelaxedTimeout)
177178
return nil

0 commit comments

Comments
 (0)