8293445: clhsdb "thread" command gives incorrect error message for bad threadID

Reviewed-by: dcubed
This commit is contained in:
Chris Plummer 2022-09-06 22:26:29 +00:00
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);
}
}
}