mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-25 00:51:28 +02:00
The failure message read repriced.InputCostUsd, and repriced is the zero value on every path that reaches that line — so a run that gave up always reported "last input_cost_usd=$0.000000", which reads as a row priced at zero rather than as a row still at the old rate, or as no row at all. Keep the last cost read and report that, saying so plainly when no row was ever read.