mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 02:50:39 +00:00
Improve stderr output
This commit is contained in:
parent
2c3d222e84
commit
2c5a70cc47
6 changed files with 9 additions and 10 deletions
|
@ -556,9 +556,7 @@ public class Manager implements Closeable {
|
|||
for (ContactTokenDetails contact : contacts) {
|
||||
newE164Members.remove(contact.getNumber());
|
||||
}
|
||||
System.err.println("Failed to add members " + Util.join(", ", newE164Members) + " to group: Not registered on Signal");
|
||||
System.err.println("Aborting…");
|
||||
System.exit(1);
|
||||
throw new IOException("Failed to add members " + Util.join(", ", newE164Members) + " to group: Not registered on Signal");
|
||||
}
|
||||
|
||||
g.addMembers(members);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue