15 Mar
2025
15 Mar
'25
12:50 a.m.
On Thu, 13 Mar 2025 13:56:17 +1100
David Gibson
A number of places in the TCP code use general logging functions, instead of the flow specific ones. That includes a few older ones as well as many places in the new migration code. Thus they either don't identify which flow the problem happened on, or identify it in a non-standard way.
Convert many of these to use the existing flow specific helpers.
Signed-off-by: David Gibson
Applied. -- Stefano