From: Antonio Q. <a...@un...> - 2022-08-17 12:04:06
|
Patch is easy and by looking at the "breaking" commit it is easy to understand what happened: peer-info-detail levels have been shifted by one and what was "2" before is now "3". So the check that decides to append the extra info should check for ">= 3" (or "> 2") now. This patch makes this change. Note that this patch is lacking the SoB line. Wouldn't be bad to also add some 'Fixes: ID ("commit title")' line But........Arne, could you resend this patch rebased on top of latest master? It doesn't apply right now :-) Cheers, -- Antonio Quartulli |