projects
/
project
/
udebug.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78c5b92
)
udebug-cli: fix error message
author
Felix Fietkau
<nbd@nbd.name>
Mon, 13 Nov 2023 21:17:40 +0000
(22:17 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 13 Nov 2023 21:17:40 +0000
(22:17 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
udebug-cli
patch
|
blob
|
history
diff --git
a/udebug-cli
b/udebug-cli
index 6d0b98bc93e836935d1c0b4c2750a41074b19a21..9c4279d0efd046ce6bd367c3265916f1b6fe78ed 100755
(executable)
--- a/
udebug-cli
+++ b/
udebug-cli
@@
-152,7
+152,7
@@
let cmds = {
for (let ring in selected) {
if (!open_ring(ring)) {
- _warn(`Failed to open ring ${ring_name}\n`);
+ _warn(`Failed to open ring ${ring
.proc_name}:${ring.ring
_name}\n`);
if (opts.force)
continue;