]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/SendCommand.java
dbus implementation of sendReaction command (#581)
[signal-cli] / src / main / java / org / asamk / signal / commands / SendCommand.java
index 23d741656f6cfc723147c43f1d954855896df573..bd94ca91b6de4e1fb597b6a4b7e7a5f5fcb329c1 100644 (file)
@@ -98,7 +98,7 @@ public class SendCommand implements DbusCommand {
             try {
                 groupId = Util.decodeGroupId(groupIdString).serialize();
             } catch (GroupIdFormatException e) {
             try {
                 groupId = Util.decodeGroupId(groupIdString).serialize();
             } catch (GroupIdFormatException e) {
-                throw new UserErrorException("Invalid group id:" + e.getMessage());
+                throw new UserErrorException("Invalid group id: " + e.getMessage());
             }
 
             try {
             }
 
             try {