mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-08 16:34:25 +01:00
Improve stderr output
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user