8293445: clhsdb "thread" command gives incorrect error message for bad threadID
Reviewed-by: dcubed
This commit is contained in:
parent
57930f8e53
commit
710a143473
@ -1726,7 +1726,7 @@ public class CommandProcessor {
|
||||
}
|
||||
}
|
||||
if (!all) {
|
||||
out.println("Couldn't find thread " + name);
|
||||
out.println("Couldn't find thread " + id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user