From: Felix Fietkau Date: Wed, 14 Jan 2026 12:10:38 +0000 (+0000) Subject: udebug-cli: fix reference to invalid variable in error message X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c5c493ed5787ca067ab1a713061ae02f0bb17046;p=project%2Fudebug.git udebug-cli: fix reference to invalid variable in error message Use the property ring_name of the ring. Signed-off-by: Felix Fietkau --- diff --git a/udebug-cli b/udebug-cli index 1598643..5d657cf 100755 --- a/udebug-cli +++ b/udebug-cli @@ -283,7 +283,7 @@ function stream_data(log) { }, null, [ "udebug" ]); for (let ring in selected) { if (open_ring(ring, true) == null) { - _warn(`Failed to open ring ${ring_name}\n`); + _warn(`Failed to open ring ${ring.ring_name}\n`); if (opts.force) continue;